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
javawrapper::OutputSetup::OutputSetup | ( | OutputBehaviors | oOutputBehaviors, | |
MainWindow | oWindow | |||
) | [inline] |
Constructor.
oOutputBehaviors | OutputBehaviors object. | |
oWindow | Main application window. |
void javawrapper::OutputSetup::actionPerformed | ( | ActionEvent | oEvent | ) | [inline] |
Performs the window events.
oEvent | Action triggered. |