net.aerith.misao.gui.dialog
Class PhotometryCatalogSettingDialog

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.Dialog
        |
        +--net.aerith.misao.gui.dialog.PhotometryCatalogSettingDialog

public class PhotometryCatalogSettingDialog
extends Dialog

The PhotometryCatalogSettingDialog represents a dialog to select the method of photometry and the reference catalog.

Note that the catalog for photometry can be selected from the star classes identified in the specified XML report document.


Field Summary
protected  RegularPhotometrySettingPanel regular_panel
          The panel for regular photometry.
protected  SimplePhotometrySettingPanel simple_panel
          The panel for simple photometry.
protected  javax.swing.JTabbedPane tab
          The tab.
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
PhotometryCatalogSettingDialog()
          Constructs a PhotometryCatalogSettingDialog.
PhotometryCatalogSettingDialog(XmlReport report)
          Constructs a PhotometryCatalogSettingDialog.
 
Method Summary
 PhotometrySetting getPhotometrySetting()
          Gets the setting.
protected  java.lang.String getTitle()
          Gets the title of the dialog.
protected  void initialize()
          Initializes.
 
Methods inherited from class net.aerith.misao.gui.dialog.Dialog
saveDefaultValues, show
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

tab

protected javax.swing.JTabbedPane tab
The tab.

regular_panel

protected RegularPhotometrySettingPanel regular_panel
The panel for regular photometry.

simple_panel

protected SimplePhotometrySettingPanel simple_panel
The panel for simple photometry.
Constructor Detail

PhotometryCatalogSettingDialog

public PhotometryCatalogSettingDialog()
Constructs a PhotometryCatalogSettingDialog.

PhotometryCatalogSettingDialog

public PhotometryCatalogSettingDialog(XmlReport report)
Constructs a PhotometryCatalogSettingDialog.
Parameters:
report - the XML report document
Method Detail

initialize

protected void initialize()
Initializes.

getTitle

protected java.lang.String getTitle()
Gets the title of the dialog.
Overrides:
getTitle in class Dialog
Returns:
the title of the dialog.

getPhotometrySetting

public PhotometrySetting getPhotometrySetting()
Gets the setting.
Returns:
the setting.