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 |
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
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Responds to button events. If OK, then the parameter window is constructed and this window is closed. If Cancel, then this window is closed.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |