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. | |
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 | |||
) | [inline] |
Constructor.
jFrame | Parent frame for these dialogs. | |
oManager | GUIManager object. |
void javawrapper::ParameterEdit::actionPerformed | ( | ActionEvent | e | ) | [inline] |
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. |