Inherits javax::swing::JDialog.
Public Member Functions | |
ParameterEdit (JFrame jFrame, GUIManager oManager) | |
Constructor. | |
void | actionPerformed (ActionEvent e) |
Responds to button events. | |
Protected Attributes | |
JFrame | m_jParentFrame |
The parent frame over which dialogs are displayed. | |
JCheckBox[] | mp_jCheckBoxes |
The set of checkboxes which the user uses to choose the parameters to display. | |
GUIManager | m_oManager |
GUIManager object from which to extract data. | |
Static Package Attributes | |
static final long | serialVersionUID = 1 |
Private Attributes | |
String | m_sHelpID = "windows.parameters_window" |
System help id. |
This displays the list of parameter groups so a user can choose what to display.
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
javawrapper.ParameterEdit.ParameterEdit | ( | JFrame | jFrame, | |
GUIManager | oManager | |||
) |
void javawrapper.ParameterEdit.actionPerformed | ( | ActionEvent | e | ) |
Responds to button events.
If OK, then the parameter window is constructed and this window is closed. If Cancel, then this window is closed.
e | ActionEvent object. |
final long javawrapper.ParameterEdit.serialVersionUID = 1 [static, package] |
JFrame javawrapper.ParameterEdit.m_jParentFrame [protected] |
The parent frame over which dialogs are displayed.
JCheckBox [] javawrapper.ParameterEdit.mp_jCheckBoxes [protected] |
The set of checkboxes which the user uses to choose the parameters to display.
GUIManager javawrapper.ParameterEdit.m_oManager [protected] |
GUIManager object from which to extract data.
String javawrapper.ParameterEdit.m_sHelpID = "windows.parameters_window" [private] |
System help id.