net.aerith.misao.gui.dialog
Class MagnitudeSystemCodeDialog

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

public class MagnitudeSystemCodeDialog
extends Dialog

The MagnitudeSystemCodeDialog represents a dialog to intput the magnitude system code.


Field Summary
protected  MagnitudeSystemCodePanel mag_system_panel
          The panel to input the magnitude system.
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
MagnitudeSystemCodeDialog()
          Constructs a MagnitudeSystemCodeDialog.
 
Method Summary
 java.lang.String getMagSystemCode()
          Gets the code of the magnitude system.
protected  java.lang.String getTitle()
          Gets the title of the dialog.
 void setMagSystemCode(java.lang.String code)
          Sets the code of the magnitude system.
 
Methods inherited from class net.aerith.misao.gui.dialog.Dialog
saveDefaultValues, show
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

mag_system_panel

protected MagnitudeSystemCodePanel mag_system_panel
The panel to input the magnitude system.
Constructor Detail

MagnitudeSystemCodeDialog

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

getMagSystemCode

public java.lang.String getMagSystemCode()
Gets the code of the magnitude system.
Returns:
the code of the magnitude system.

setMagSystemCode

public void setMagSystemCode(java.lang.String code)
Sets the code of the magnitude system.
Parameters:
code - the code of the magnitude system.