SORTIE Java Interface  1
Public Member Functions | Protected Attributes | Private Attributes | List of all members
sortie.gui.ParameterEdit Class Reference

Window used to trigger the parameter editing process. More...

Inheritance diagram for sortie.gui.ParameterEdit:

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.
 

Detailed Description

Window used to trigger the parameter editing process.

This displays the list of parameter groups so a user can choose what to display.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0


Edit history:
---------------—
April 28, 2004: Submitted in beta version (LEM)
February 4, 2008: Updated to conform to Java 6 compliance (LEM)

Constructor & Destructor Documentation

sortie.gui.ParameterEdit.ParameterEdit ( JFrame  jFrame,
GUIManager  oManager 
)

Constructor.

Parameters
jFrameParent frame for these dialogs.
oManagerGUIManager object.

Member Function Documentation

void sortie.gui.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.

Parameters
eActionEvent object.

Member Data Documentation

JFrame sortie.gui.ParameterEdit.m_jParentFrame
protected

The parent frame over which dialogs are displayed.

GUIManager sortie.gui.ParameterEdit.m_oManager
protected

GUIManager object from which to extract data.

String sortie.gui.ParameterEdit.m_sHelpID = "windows.parameters_window"
private

System help id.

JCheckBox [] sortie.gui.ParameterEdit.mp_jCheckBoxes
protected

The set of checkboxes which the user uses to choose the parameters to display.


The documentation for this class was generated from the following file: