net.aerith.misao.toolkit.StarDatabase
Class RegisterCatalogSettingDialog

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.Dialog
        |
        +--net.aerith.misao.toolkit.StarDatabase.RegisterCatalogSettingDialog

public class RegisterCatalogSettingDialog
extends Dialog

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

checkbox_db

protected javax.swing.JCheckBox checkbox_db
The check box which represents to update catalog database.

checkbox_xml

protected javax.swing.JCheckBox checkbox_xml
The check box which represents to update XML report documents.

checkbox_xml_all

protected javax.swing.JCheckBox checkbox_xml_all
The check box which represents to update all XML report documents.
Constructor Detail

RegisterCatalogSettingDialog

public RegisterCatalogSettingDialog()
Constructs a RegisterCatalogSettingDialog.
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

updatesCatalogDatabase

public boolean updatesCatalogDatabase()
Returns true when to update catalog database.
Returns:
true when to update catalog database.

updatesXmlFiles

public boolean updatesXmlFiles()
Returns true when to update XML files.
Returns:
true when to update XML files.

updatesAllXmlFiles

public boolean updatesAllXmlFiles()
Returns true when to update all XML files.
Returns:
true when to update all XML files.

updateCheckBox

private void updateCheckBox()
Updates the check boxes.