net.aerith.misao.gui.dialog
Class OpenChartCatalogDialog

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

public class OpenChartCatalogDialog
extends OpenCatalogDialog

The OpenChartCatalogDialog represents a dialog to open a catalog file or directory for star chart.


Field Summary
protected  javax.swing.JComboBox combo_unit
          The combo box to select an unit of field of view.
protected  CoorPanel coor_panel
          The panel to input R.A.
protected  javax.swing.JTextField text_fov
          The text field to input field of view.
protected  javax.swing.JTextField text_limit
          The text field to input limiting mag.
 
Fields inherited from class net.aerith.misao.gui.dialog.OpenCatalogDialog
catalog_panel
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
OpenChartCatalogDialog()
          Constructs an OpenChartCatalogDialog.
 
Method Summary
 Coor getCoor()
          Gets the center R.A.
 double getFieldOfView()
          Gets the field of view in degree.
 double getLimitingMag()
          Gets the limiting mag.
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.OpenCatalogDialog
getCatalogPath, getSelectedCatalogReader, getTitle
 
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

coor_panel

protected CoorPanel coor_panel
The panel to input R.A. and Decl.

text_fov

protected javax.swing.JTextField text_fov
The text field to input field of view.

combo_unit

protected javax.swing.JComboBox combo_unit
The combo box to select an unit of field of view.

text_limit

protected javax.swing.JTextField text_limit
The text field to input limiting mag.
Constructor Detail

OpenChartCatalogDialog

public OpenChartCatalogDialog()
Constructs an OpenChartCatalogDialog.
Method Detail

setDefaultValues

protected void setDefaultValues()
Sets the default values.
Overrides:
setDefaultValues in class OpenCatalogDialog

saveDefaultValues

protected void saveDefaultValues()
Saves the default values.
Overrides:
saveDefaultValues in class OpenCatalogDialog

getCoor

public Coor getCoor()
Gets the center R.A. and Decl.
Returns:
the center R.A. and Decl.

setCoor

public void setCoor(Coor coor)
Sets the center R.A. and Decl.
Parameters:
coor - the center R.A. and Decl.

getFieldOfView

public double getFieldOfView()
Gets the field of view in degree.
Returns:
the field of view in degree.

getLimitingMag

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