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

Window used by the user to start setting up run output options. More...

Inheritance diagram for sortie.gui.OutputSetup:

Public Member Functions

 OutputSetup (OutputBehaviors oOutputBehaviors, MainWindow oWindow)
 Constructor. More...
 
void actionPerformed (ActionEvent oEvent)
 Performs the window events. More...
 

Protected Attributes

JLabel m_jShortOutputLabel
 Label with text describing the current summary output save settings. More...
 

Private Attributes

String m_sHelpID = "windows.output_setup_window"
 Help ID string. More...
 

Detailed Description

Window used by the user to start setting up run output options.

Copyright: Copyright (c) 2003 Charles D. Canham

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0


Edit history:
---------------—
December 8, 2011: Wiped the slate clean for version 7 (LEM)

Constructor & Destructor Documentation

◆ OutputSetup()

sortie.gui.OutputSetup.OutputSetup ( OutputBehaviors  oOutputBehaviors,
MainWindow  oWindow 
)

Constructor.

Parameters
oOutputBehaviorsOutputBehaviors object.
oWindowMain application window.

Member Function Documentation

◆ actionPerformed()

void sortie.gui.OutputSetup.actionPerformed ( ActionEvent  oEvent)

Performs the window events.

Parameters
oEventAction triggered.

Member Data Documentation

◆ m_jShortOutputLabel

JLabel sortie.gui.OutputSetup.m_jShortOutputLabel
protected

Label with text describing the current summary output save settings.

◆ m_sHelpID

String sortie.gui.OutputSetup.m_sHelpID = "windows.output_setup_window"
private

Help ID string.


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