net.aerith.misao.toolkit.MagnitudeRecord
Class AttributesDialog

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.Dialog
        |
        +--net.aerith.misao.toolkit.MagnitudeRecord.AttributesDialog

public class AttributesDialog
extends Dialog

The AttributesDialog represents a dialog to set the attributes of the magnitude record.


Field Summary
protected  javax.swing.JCheckBox checkbox_discarded
          The check box whether discarded.
protected  javax.swing.JCheckBox checkbox_imported
          The check box whether imported.
protected  javax.swing.JCheckBox checkbox_preempted
          The check box whether preempted.
protected  javax.swing.JCheckBox checkbox_reported_vsnet
          The check box whether reported to VSNET.
protected  javax.swing.JCheckBox checkbox_reported_vsolj
          The check box whether reported to VSOLJ.
protected  javax.swing.JCheckBox checkbox_unofficial
          The check box whether unofficial.
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
AttributesDialog()
          Constructs a AttributesDialog.
AttributesDialog(MagnitudeRecordAttributes attributes)
          Constructs a AttributesDialog.
 
Method Summary
 MagnitudeRecordAttributes getAttributes()
          Gets the attributes of the magnitude record.
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.
 
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_reported_vsnet

protected javax.swing.JCheckBox checkbox_reported_vsnet
The check box whether reported to VSNET.

checkbox_reported_vsolj

protected javax.swing.JCheckBox checkbox_reported_vsolj
The check box whether reported to VSOLJ.

checkbox_unofficial

protected javax.swing.JCheckBox checkbox_unofficial
The check box whether unofficial.

checkbox_discarded

protected javax.swing.JCheckBox checkbox_discarded
The check box whether discarded.

checkbox_preempted

protected javax.swing.JCheckBox checkbox_preempted
The check box whether preempted.

checkbox_imported

protected javax.swing.JCheckBox checkbox_imported
The check box whether imported.
Constructor Detail

AttributesDialog

public AttributesDialog()
Constructs a AttributesDialog.

AttributesDialog

public AttributesDialog(MagnitudeRecordAttributes attributes)
Constructs a AttributesDialog.
Parameters:
attributes - the attributes of the magnitude record.
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

getAttributes

public MagnitudeRecordAttributes getAttributes()
Gets the attributes of the magnitude record.
Returns:
the attributes of the magnitude record.