SORTIE Java Interface  1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
sortie.gui.DetailedOutputFileSetup Class Reference

Window that the user uses to set up detailed output options. More...

Inheritance diagram for sortie.gui.DetailedOutputFileSetup:

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...
 

Detailed Description

Window that the user uses to set up detailed output options.

Copyright: Copyright (c) Charlies D. Canham 2003

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0


Edit history:
---------------—
December 8, 2011: Wiped the slate clean for version 7 (LEM)

Constructor & Destructor Documentation

◆ DetailedOutputFileSetup()

sortie.gui.DetailedOutputFileSetup.DetailedOutputFileSetup ( JDialog  oParent,
OutputBehaviors  oOutputBehaviors,
MainWindow  oWindow 
)

Constructor.

Parameters
oParentParent window in which to display this dialog
oOutputBehaviorsOutputBehaviors object with which to exchange data
oWindowMainWindow object

Member Function Documentation

◆ actionPerformed()

void sortie.gui.DetailedOutputFileSetup.actionPerformed ( ActionEvent  oEvent)

Performs the actions of the window.

Parameters
oEventWhat event to respond to.

◆ createGUI()

void sortie.gui.DetailedOutputFileSetup.createGUI ( )
private

Creates the window.

Exceptions
java.lang.Exceptionif anything goes wrong with window-building.

Member Data Documentation

◆ m_sHelpID

String sortie.gui.DetailedOutputFileSetup.m_sHelpID = "windows.detailed_output_setup"
private

ID of help topic for this window.


The documentation for this class was generated from the following file: