net.aerith.misao.toolkit.NewStarSearch
Class NewStarSearchSettingDialog

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.Dialog
        |
        +--net.aerith.misao.toolkit.NewStarSearch.NewStarSearchSettingDialog

public class NewStarSearchSettingDialog
extends Dialog

The NewStarSearchSettingDialog represents a dialog to set the parameters to search new stars.


Field Summary
protected  javax.swing.JTextField text_amplitude
          The text field to input the amplitude.
protected  javax.swing.JTextField text_limiting_mag
          The text field to input the limiting magnitude.
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
NewStarSearchSettingDialog()
          Constructs a NewStarSearchSettingDialog.
 
Method Summary
 double getAmplitude()
          Gets the amplitude.
 double getLimitingMag()
          Gets the limiting magnitude.
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

text_limiting_mag

protected javax.swing.JTextField text_limiting_mag
The text field to input the limiting magnitude.

text_amplitude

protected javax.swing.JTextField text_amplitude
The text field to input the amplitude.
Constructor Detail

NewStarSearchSettingDialog

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

getLimitingMag

public double getLimitingMag()
Gets the limiting magnitude.
Returns:
the limiting magnitude.

getAmplitude

public double getAmplitude()
Gets the amplitude.
Returns:
the amplitude.