Public Member Functions | |
DetailedOutputFileSetup (JDialog oParent, OutputBehaviors oOutputBehaviors, MainWindow oWindow) | |
Constructor. | |
void | actionPerformed (ActionEvent oEvent) |
Performs the actions of the window. | |
Package Functions | |
void | this_windowActivated (WindowEvent e) |
Updates the labels on window activation. | |
Package Attributes | |
OutputBehaviors | m_oOutputBehaviors |
Output behaviors object for passing to child windows. | |
MainWindow | m_oWindow |
Main window. | |
JTextField | m_jDetailedOutputFileNameEdit = new JTextField() |
Field capturing the detailed output filename. | |
JLabel | m_jTreeDataLabel = new JLabel() |
Label displaying what's being saved for trees. | |
JLabel | m_jGridDataLabel = new JLabel() |
Label displaying what's being saved for grids. | |
Private Member Functions | |
void | CreateGUI () |
Creates the window. | |
Private Attributes | |
String | m_sHelpID = "windows.detailed_output_setup" |
ID of help topic for this window. |
Copyright: Copyright (c) Charlies D. Canham 2003
Company: Institute of Ecosystem Studies
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Performs the actions of the window.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Creates the window.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Updates the labels on window activation.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |