|
|||||||||
| 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.MagnitudeRecord.AttributesDialog
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 |
|
| Field Detail |
protected javax.swing.JCheckBox checkbox_reported_vsnet
protected javax.swing.JCheckBox checkbox_reported_vsolj
protected javax.swing.JCheckBox checkbox_unofficial
protected javax.swing.JCheckBox checkbox_discarded
protected javax.swing.JCheckBox checkbox_preempted
protected javax.swing.JCheckBox checkbox_imported
| Constructor Detail |
public AttributesDialog()
AttributesDialog.public AttributesDialog(MagnitudeRecordAttributes attributes)
AttributesDialog.attributes - the attributes of the magnitude record.| Method Detail |
protected java.lang.String getTitle()
protected void setDefaultValues()
protected void saveDefaultValues()
public MagnitudeRecordAttributes getAttributes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||