|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.gui.dialog.Dialog
|
+--net.aerith.misao.toolkit.CrossIdentification.CrossIdentificationSettingDialog
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 |
|
| Field Detail |
protected OpenCatalogPanel base_catalog_panel
protected OpenCatalogPanel reference_catalog_panel
protected javax.swing.JRadioButton radio_database
protected javax.swing.JRadioButton radio_catalog
protected javax.swing.JTextField text_path_output
protected javax.swing.JButton button_browse_output
protected javax.swing.JPanel panel_output
| Constructor Detail |
public CrossIdentificationSettingDialog()
CrossIdentificationSettingDialog.| Method Detail |
protected java.lang.String getTitle()
protected void setDefaultValues()
protected void saveDefaultValues()
public CatalogReader getBaseCatalogReader()
public java.lang.String getBaseCatalogPath()
public boolean identifiesWithDatabase()
public CatalogReader getReferenceCatalogReader()
public java.lang.String getReferenceCatalogPath()
public java.lang.String getOutputPath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||