net.aerith.misao.gui.dialog
Class IdentificationSettingDialog

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

public class IdentificationSettingDialog
extends Dialog

The IdentificationSettingDialog represents a dialog to set up parameters 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.Dialog
components, default_values, parent_pane
 
Constructor Summary
IdentificationSettingDialog()
          Constructs an IdentificationSettingDialog.
 
Method Summary
protected  java.lang.String getTitle()
          Gets the title of the dialog.
 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.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

IdentificationSettingDialog

public IdentificationSettingDialog()
Constructs an IdentificationSettingDialog.
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

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.