net.aerith.misao.gui.dialog
Class ImageConfigurationDialog

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

public class ImageConfigurationDialog
extends Dialog

The ImageConfigurationDialog represents a dialog to configure the image configuration.


Field Summary
protected  javax.swing.JRadioButton radio_fits_japanese
          The radio button for Japanese FITS order.
protected  javax.swing.JRadioButton radio_fits_standard
          The radio button for standard FITS order.
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
ImageConfigurationDialog()
          Constructs an ImageConfigurationDialog.
 
Method Summary
 java.lang.String getFitsOrder()
          Gets the default FITS data order.
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

radio_fits_standard

protected javax.swing.JRadioButton radio_fits_standard
The radio button for standard FITS order.

radio_fits_japanese

protected javax.swing.JRadioButton radio_fits_japanese
The radio button for Japanese FITS order.
Constructor Detail

ImageConfigurationDialog

public ImageConfigurationDialog()
Constructs an ImageConfigurationDialog.
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

getFitsOrder

public java.lang.String getFitsOrder()
Gets the default FITS data order.
Returns:
the default FITS data order.