net.aerith.misao.gui.dialog
Class OpenIdentificationCatalogDialog

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

public class OpenIdentificationCatalogDialog
extends OpenCatalogDialog

The OpenIdentificationCatalogDialog represents a dialog to open a catalog file or directory for identification.


Field Summary
protected  javax.swing.JCheckBox checkbox_ignore_negative
          The check box to ignore negative data.
 
Fields inherited from class net.aerith.misao.gui.dialog.OpenCatalogDialog
catalog_panel
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
OpenIdentificationCatalogDialog(java.util.Vector catalog_list)
          Constructs an OpenIdentificaitionCatalogDialog.
 
Method Summary
 boolean isNegativeDataIgnored()
          Returns true if the negative data must be ignored.
protected  void saveDefaultValues()
          Saves the default values.
protected  void setDefaultValues()
          Sets the default values.
 void setNegativeDataIgnored(boolean f)
          Sets the flag to ignore the negative data if true specified.
 
Methods inherited from class net.aerith.misao.gui.dialog.OpenCatalogDialog
getCatalogPath, getSelectedCatalogReader, getTitle
 
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_ignore_negative

protected javax.swing.JCheckBox checkbox_ignore_negative
The check box to ignore negative data.
Constructor Detail

OpenIdentificationCatalogDialog

public OpenIdentificationCatalogDialog(java.util.Vector catalog_list)
Constructs an OpenIdentificaitionCatalogDialog.
Parameters:
catalog_list - the list of catalogs.
Method Detail

setDefaultValues

protected void setDefaultValues()
Sets the default values.
Overrides:
setDefaultValues in class OpenCatalogDialog

saveDefaultValues

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

isNegativeDataIgnored

public boolean isNegativeDataIgnored()
Returns true if the negative data must be ignored.
Returns:
true if the negative data must be ignored.

setNegativeDataIgnored

public void setNegativeDataIgnored(boolean f)
Sets the flag to ignore the negative data if true specified.
Parameters:
f - if true, the negative data is ignored.