net.aerith.misao.toolkit.CrossIdentification
Class CrossIdentificationSettingDialog

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.Dialog
        |
        +--net.aerith.misao.toolkit.CrossIdentification.CrossIdentificationSettingDialog

public class CrossIdentificationSettingDialog
extends Dialog

The CrossIdentificationSettingDialog represents a dialog to configure the cross identification setting.


Inner Class Summary
protected  class CrossIdentificationSettingDialog.BrowseListener
          The BrowseListener is a listener class of button push to open a file chooser dialog to search an output file.
protected  class CrossIdentificationSettingDialog.TargetListener
          The TargetListener is a listener class of selection of a radio button to select whether to identify with database or another catalog.
 
Field Summary
protected  OpenCatalogPanel base_catalog_panel
          The panel to open the base catalog.
protected  javax.swing.JButton button_browse_output
          The button to browse.
protected  javax.swing.JPanel panel_output
          The panel to select the output file.
protected  javax.swing.JRadioButton radio_catalog
          The radio button to identify with another catalog.
protected  javax.swing.JRadioButton radio_database
          The radio button to identify with database.
protected  OpenCatalogPanel reference_catalog_panel
          The panel to open the reference catalog.
protected  javax.swing.JTextField text_path_output
          The text field to input the output file path.
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
CrossIdentificationSettingDialog()
          Constructs a CrossIdentificationSettingDialog.
 
Method Summary
 java.lang.String getBaseCatalogPath()
          Gets the base catalog path.
 CatalogReader getBaseCatalogReader()
          Gets the base catalog reader.
 java.lang.String getOutputPath()
          Gets the output file path.
 java.lang.String getReferenceCatalogPath()
          Gets the reference catalog path.
 CatalogReader getReferenceCatalogReader()
          Gets the reference catalog reader.
protected  java.lang.String getTitle()
          Gets the title of the dialog.
 boolean identifiesWithDatabase()
          Returns true when to identify with database.
protected  void saveDefaultValues()
          Saves the default values.
protected  void setDefaultValues()
          Sets the default values.
 
Methods inherited from class net.aerith.misao.gui.dialog.Dialog
show
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

base_catalog_panel

protected OpenCatalogPanel base_catalog_panel
The panel to open the base catalog.

reference_catalog_panel

protected OpenCatalogPanel reference_catalog_panel
The panel to open the reference catalog.

radio_database

protected javax.swing.JRadioButton radio_database
The radio button to identify with database.

radio_catalog

protected javax.swing.JRadioButton radio_catalog
The radio button to identify with another catalog.

text_path_output

protected javax.swing.JTextField text_path_output
The text field to input the output file path.

button_browse_output

protected javax.swing.JButton button_browse_output
The button to browse.

panel_output

protected javax.swing.JPanel panel_output
The panel to select the output file.
Constructor Detail

CrossIdentificationSettingDialog

public CrossIdentificationSettingDialog()
Constructs a CrossIdentificationSettingDialog.
Method Detail

getTitle

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

setDefaultValues

protected void setDefaultValues()
Sets the default values.

saveDefaultValues

protected void saveDefaultValues()
Saves the default values.
Overrides:
saveDefaultValues in class Dialog

getBaseCatalogReader

public CatalogReader getBaseCatalogReader()
Gets the base catalog reader.
Returns:
the base catalog reader.

getBaseCatalogPath

public java.lang.String getBaseCatalogPath()
Gets the base catalog path.
Returns:
the base catalog path.

identifiesWithDatabase

public boolean identifiesWithDatabase()
Returns true when to identify with database.
Returns:
true when to identify with database.

getReferenceCatalogReader

public CatalogReader getReferenceCatalogReader()
Gets the reference catalog reader.
Returns:
the reference catalog reader.

getReferenceCatalogPath

public java.lang.String getReferenceCatalogPath()
Gets the reference catalog path.
Returns:
the reference catalog path.

getOutputPath

public java.lang.String getOutputPath()
Gets the output file path.
Returns:
the output file path.