Public Member Functions | |
| OutputSetup (OutputBehaviors oOutputBehaviors, MainWindow oWindow) | |
| Constructor. | |
| void | actionPerformed (ActionEvent oEvent) |
| Performs the window events. | |
Protected Attributes | |
| JLabel | m_jShortOutputLabel |
| Label with text describing the current summary output save settings. | |
| JLabel | m_jDetailedOutputLabel |
| Label with text describing the current detailed output save settings. | |
Package Functions | |
| void | this_windowActivated () |
| Updates the saving labels. | |
Package Attributes | |
| OutputBehaviors | m_oOutputBehaviors |
| OutputBehaviors object for transferring data. | |
| MainWindow | m_oWindow |
| Main application window. | |
Private Attributes | |
| String | m_sHelpID = "windows.output_setup_window" |
| Help ID string. | |
Copyright: Copyright (c) 2003 Charles D. Canham
Company: Institute of Ecosystem Studies
|
||||||||||||
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
|
Performs the window events.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
1.4.6-NO