SORTIE Java Interface
1
|
Window that the user uses to set up detailed output options. More...
Public Member Functions | |
DetailedOutputFileSetup (JDialog oParent, OutputBehaviors oOutputBehaviors, MainWindow oWindow) | |
Constructor. More... | |
void | actionPerformed (ActionEvent oEvent) |
Performs the actions of the window. More... | |
Private Member Functions | |
void | createGUI () |
Creates the window. More... | |
Private Attributes | |
String | m_sHelpID = "windows.detailed_output_setup" |
ID of help topic for this window. More... | |
Window that the user uses to set up detailed output options.
Copyright: Copyright (c) Charlies D. Canham 2003
Company: Cary Institute of Ecosystem Studies
Edit history:
---------------—
December 8, 2011: Wiped the slate clean for version 7 (LEM)
sortie.gui.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 sortie.gui.DetailedOutputFileSetup.actionPerformed | ( | ActionEvent | oEvent | ) |
Performs the actions of the window.
oEvent | What event to respond to. |
|
private |
Creates the window.
java.lang.Exception | if anything goes wrong with window-building. |
|
private |
ID of help topic for this window.