|
|||||||||
| 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.ImageDatabase.SearchStarSettingDialog
The SearchStarSettingDialog represents a dialog to set
up the R.A. and Decl., and the radius to search a star.
| Field Summary | |
protected javax.swing.JComboBox |
combo_unit
The combo box to select an unit of radius. |
protected CoorPanel |
coor_panel
The panel to input R.A. |
protected LimitingMagPanel |
limiting_mag_panel
The panel to specify the range of the limiting magnitude. |
protected javax.swing.JTextField |
text_radius
The text field to input the radius. |
| Fields inherited from class net.aerith.misao.gui.dialog.Dialog |
components,
default_values,
parent_pane |
| Constructor Summary | |
SearchStarSettingDialog()
Constructs a SearchStarSettingDialog. |
|
| Method Summary | |
double |
getBrighterLimit()
Gets the brighter limit of the limiting magnitude. |
Coor |
getCoor()
Gets the R.A. |
double |
getFainterLimit()
Gets the fainter limit of the limiting magnitude. |
double |
getRadius()
Gets the radius in degree. |
protected java.lang.String |
getTitle()
Gets the title of the dialog. |
protected void |
saveDefaultValues()
Saves the default values. |
void |
setCoor(Coor coor)
Sets the center R.A. |
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 CoorPanel coor_panel
protected javax.swing.JTextField text_radius
protected javax.swing.JComboBox combo_unit
protected LimitingMagPanel limiting_mag_panel
| Constructor Detail |
public SearchStarSettingDialog()
SearchStarSettingDialog.| Method Detail |
protected java.lang.String getTitle()
protected void setDefaultValues()
protected void saveDefaultValues()
public Coor getCoor()
public void setCoor(Coor coor)
coor - the center R.A. and Decl.public double getRadius()
public double getBrighterLimit()
public double getFainterLimit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||