SORTIE Java Interface
1
|
Window used by the user to start setting up run output options. More...
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... | |
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
Edit history:
---------------—
December 8, 2011: Wiped the slate clean for version 7 (LEM)
sortie.gui.OutputSetup.OutputSetup | ( | OutputBehaviors | oOutputBehaviors, |
MainWindow | oWindow | ||
) |
Constructor.
oOutputBehaviors | OutputBehaviors object. |
oWindow | Main application window. |
void sortie.gui.OutputSetup.actionPerformed | ( | ActionEvent | oEvent | ) |
Performs the window events.
oEvent | Action triggered. |
|
protected |
Label with text describing the current summary output save settings.
|
private |
Help ID string.