Inherits javax::swing::JDialog, and java::awt::event::ActionListener.
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. | |
Static Package Attributes | |
static final long | serialVersionUID = 1 |
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
javawrapper.DetailedOutputFileSetup.DetailedOutputFileSetup | ( | JDialog | oParent, | |
OutputBehaviors | oOutputBehaviors, | |||
MainWindow | oWindow | |||
) |
Constructor.
oParent | Parent window in which to display this dialog | |
oOutputBehaviors | OutputBehaviors object with which to exchange data | |
oWindow | MainWindow object |
void javawrapper.DetailedOutputFileSetup.CreateGUI | ( | ) | [private] |
Creates the window.
java.lang.Exception | if anything goes wrong with window-building. |
void javawrapper.DetailedOutputFileSetup.actionPerformed | ( | ActionEvent | oEvent | ) |
Performs the actions of the window.
oEvent | What event to respond to. |
void javawrapper.DetailedOutputFileSetup.this_windowActivated | ( | WindowEvent | e | ) | [package] |
Updates the labels on window activation.
e | WindowEvent activating the window. |
final long javawrapper.DetailedOutputFileSetup.serialVersionUID = 1 [static, package] |
Output behaviors object for passing to child windows.
Main window.
JTextField javawrapper.DetailedOutputFileSetup.m_jDetailedOutputFileNameEdit = new JTextField() [package] |
Field capturing the detailed output filename.
JLabel javawrapper.DetailedOutputFileSetup.m_jTreeDataLabel = new JLabel() [package] |
Label displaying what's being saved for trees.
JLabel javawrapper.DetailedOutputFileSetup.m_jGridDataLabel = new JLabel() [package] |
Label displaying what's being saved for grids.
String javawrapper.DetailedOutputFileSetup.m_sHelpID = "windows.detailed_output_setup" [private] |
ID of help topic for this window.