net.aerith.misao.gui.dialog
Class XmlReportQueryConditionDialog

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

public class XmlReportQueryConditionDialog
extends Dialog

The XmlReportQueryConditionDialog represents a dialog to set up a query conditions to select XML report documents.


Field Summary
protected  LimitingMagPanel limiting_mag_panel
          The panel to specify the range of the limiting magnitude.
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
XmlReportQueryConditionDialog()
          Constructs a XmlReportQueryConditionDialog.
 
Method Summary
 XmlReportQueryCondition getQueryCondition()
          Gets the query condition.
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

limiting_mag_panel

protected LimitingMagPanel limiting_mag_panel
The panel to specify the range of the limiting magnitude.
Constructor Detail

XmlReportQueryConditionDialog

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

getQueryCondition

public XmlReportQueryCondition getQueryCondition()
Gets the query condition.
Returns:
the query condition.