javawrapper.DetailedOutputFileSetup Class Reference

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

Inherits javax::swing::JDialog, and java::awt::event::ActionListener.

List of all members.

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.


Detailed Description

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

Copyright: Copyright (c) Charlies D. Canham 2003

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
November 15, 2004: Added a warning if the detailed output file and the parameter file are named the same thing (LEM)
May 11, 2006: Added a button to edit subplots for detailed output files (LEM)
February 4, 2008: Updated to conform to Java 6 compliance (LEM)

Constructor & Destructor Documentation

javawrapper.DetailedOutputFileSetup.DetailedOutputFileSetup ( JDialog  oParent,
OutputBehaviors  oOutputBehaviors,
MainWindow  oWindow 
)

Constructor.

Parameters:
oParent Parent window in which to display this dialog
oOutputBehaviors OutputBehaviors object with which to exchange data
oWindow MainWindow object

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Member Function Documentation

void javawrapper.DetailedOutputFileSetup.CreateGUI (  )  [private]

Creates the window.

Exceptions:
java.lang.Exception if anything goes wrong with window-building.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

void javawrapper.DetailedOutputFileSetup.actionPerformed ( ActionEvent  oEvent  ) 

Performs the actions of the window.

Parameters:
oEvent What event to respond to.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

void javawrapper.DetailedOutputFileSetup.this_windowActivated ( WindowEvent  e  )  [package]

Updates the labels on window activation.

Parameters:
e WindowEvent activating the window.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Member Data Documentation

final long javawrapper.DetailedOutputFileSetup.serialVersionUID = 1 [static, package]

Output behaviors object for passing to child windows.

Main window.

Field capturing the detailed output filename.

Label displaying what's being saved for trees.

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.


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

Generated on Wed Oct 28 14:01:19 2009 for SORTIE Java Interface by  doxygen 1.5.6