javawrapper.ParameterEdit Class Reference

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

Inherits javax::swing::JDialog.

List of all members.

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.


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: 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

javawrapper.ParameterEdit.ParameterEdit ( JFrame  jFrame,
GUIManager  oManager 
)

Constructor.

Parameters:
jFrame Parent frame for these dialogs.
oManager GUIManager object.


Member Function Documentation

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.

Parameters:
e ActionEvent object.


Member Data Documentation

final long javawrapper.ParameterEdit.serialVersionUID = 1 [static, package]

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 object from which to extract data.

String javawrapper.ParameterEdit.m_sHelpID = "windows.parameters_window" [private]

System help id.


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

Generated on Wed Oct 28 14:01:22 2009 for SORTIE Java Interface by  doxygen 1.5.6