|
|||||||||
| 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.StarDatabase.RegisterCatalogSettingDialog
The RegisterCatalogSettingDialog represents a dialog
to set up parameters to register catalog.
| Inner Class Summary | |
protected class |
RegisterCatalogSettingDialog.UpdateXmlListener
The UpdateXmlListener is a listener class of
button push whether to update XML files. |
| Field Summary | |
protected javax.swing.JCheckBox |
checkbox_db
The check box which represents to update catalog database. |
protected javax.swing.JCheckBox |
checkbox_xml
The check box which represents to update XML report documents. |
protected javax.swing.JCheckBox |
checkbox_xml_all
The check box which represents to update all XML report documents. |
| Fields inherited from class net.aerith.misao.gui.dialog.Dialog |
components,
default_values,
parent_pane |
| Constructor Summary | |
RegisterCatalogSettingDialog()
Constructs a RegisterCatalogSettingDialog. |
|
| Method Summary | |
protected java.lang.String |
getTitle()
Gets the title of the dialog. |
protected void |
saveDefaultValues()
Saves the default values. |
protected void |
setDefaultValues()
Sets the default values. |
private void |
updateCheckBox()
Updates the check boxes. |
boolean |
updatesAllXmlFiles()
Returns true when to update all XML files. |
boolean |
updatesCatalogDatabase()
Returns true when to update catalog database. |
boolean |
updatesXmlFiles()
Returns true when to update XML files. |
| Methods inherited from class net.aerith.misao.gui.dialog.Dialog |
show |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected javax.swing.JCheckBox checkbox_db
protected javax.swing.JCheckBox checkbox_xml
protected javax.swing.JCheckBox checkbox_xml_all
| Constructor Detail |
public RegisterCatalogSettingDialog()
RegisterCatalogSettingDialog.| Method Detail |
protected java.lang.String getTitle()
protected void setDefaultValues()
protected void saveDefaultValues()
public boolean updatesCatalogDatabase()
public boolean updatesXmlFiles()
public boolean updatesAllXmlFiles()
private void updateCheckBox()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||