javawrapper.SummaryOutputFileSetup Class Reference

Window used by the user to set up summary (short) output files. More...

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

List of all members.

Public Member Functions

 SummaryOutputFileSetup (JDialog oParent, OutputBehaviors oData, MainWindow oWindow)
 Constructor.
void actionPerformed (ActionEvent oEvent)
 Responds to button clicks.

Package Attributes

OutputBehaviors m_oOutputData
 Output behaviors object.
MainWindow m_oWindow
 Main window object.
JTextField m_jSummaryOutputFileName = new JTextField()
 Field for summary output filename.
JCheckBox m_jSeedlingAbsoluteDensityCheck = new JCheckBox()
 Checkbox for whether to include seedling absolute density.
JCheckBox m_jSaplingRelativeBACheck = new JCheckBox()
 Checkbox for whether to include sapling relative basal area.
JCheckBox m_jSaplingAbsoluteBACheck = new JCheckBox()
 Checkbox for whether to include sapling absolute basal area.
JCheckBox m_jSaplingRelativeDensityCheck = new JCheckBox()
 Checkbox for whether to include sapling relative density.
JCheckBox m_jSaplingAbsoluteDensityCheck = new JCheckBox()
 Checkbox for whether to include sapling absolute density.
JCheckBox m_jAdultRelativeBACheck = new JCheckBox()
 Checkbox for whether to include adult relative basal area.
JCheckBox m_jAdultAbsoluteBACheck = new JCheckBox()
 Checkbox for whether to include adult absolute basal area.
JCheckBox m_jAdultRelativeDensityCheck = new JCheckBox()
 Checkbox for whether to include adult relative density.
JCheckBox m_jAdultAbsoluteDensityCheck = new JCheckBox()
 Checkbox for whether to include adult absolute density.
JCheckBox m_jSnagRelativeBACheck = new JCheckBox()
 Checkbox for whether to include snag relative basal area.
JCheckBox m_jSnagAbsoluteBACheck = new JCheckBox()
 Checkbox for whether to include snag absolute basal area.
JCheckBox m_jSnagRelativeDensityCheck = new JCheckBox()
 Checkbox for whether to include snag relative density.
JCheckBox m_jSnagAbsoluteDensityCheck = new JCheckBox()
 Checkbox for whether to include snag absolute density.

Static Package Attributes

static final long serialVersionUID = 1

Private Member Functions

void LoadData ()
 This loads data from the output behavior into the window.
void jbInit ()
 Creates the GUI.

Private Attributes

String m_sHelpID = "windows.summary_output"
 The string identifying the help topic for this window.


Detailed Description

Window used by the user to set up summary (short) output files.

Copyright: Copyright (c) 2003 Charles D. Canham

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0

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

Constructor & Destructor Documentation

javawrapper.SummaryOutputFileSetup.SummaryOutputFileSetup ( JDialog  oParent,
OutputBehaviors  oData,
MainWindow  oWindow 
)

Constructor.

Parameters:
oParent Parent window in which to display this dialog.
oData OutputBehaviors object.
oWindow MainWindow window.

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


Member Function Documentation

void javawrapper.SummaryOutputFileSetup.actionPerformed ( ActionEvent  oEvent  ) 

Responds to button clicks.

Parameters:
oEvent ActionEvent Event which triggered this method.

void javawrapper.SummaryOutputFileSetup.LoadData (  )  [private]

This loads data from the output behavior into the window.


Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)
June 24, 2004: Added snag support (LEM)

void javawrapper.SummaryOutputFileSetup.jbInit (  )  [private]

Creates the GUI.


Member Data Documentation

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

Output behaviors object.

Main window object.

String javawrapper.SummaryOutputFileSetup.m_sHelpID = "windows.summary_output" [private]

The string identifying the help topic for this window.

JTextField javawrapper.SummaryOutputFileSetup.m_jSummaryOutputFileName = new JTextField() [package]

Field for summary output filename.

Checkbox for whether to include seedling absolute density.

JCheckBox javawrapper.SummaryOutputFileSetup.m_jSaplingRelativeBACheck = new JCheckBox() [package]

Checkbox for whether to include sapling relative basal area.

JCheckBox javawrapper.SummaryOutputFileSetup.m_jSaplingAbsoluteBACheck = new JCheckBox() [package]

Checkbox for whether to include sapling absolute basal area.

Checkbox for whether to include sapling relative density.

Checkbox for whether to include sapling absolute density.

JCheckBox javawrapper.SummaryOutputFileSetup.m_jAdultRelativeBACheck = new JCheckBox() [package]

Checkbox for whether to include adult relative basal area.

JCheckBox javawrapper.SummaryOutputFileSetup.m_jAdultAbsoluteBACheck = new JCheckBox() [package]

Checkbox for whether to include adult absolute basal area.

Checkbox for whether to include adult relative density.

Checkbox for whether to include adult absolute density.

JCheckBox javawrapper.SummaryOutputFileSetup.m_jSnagRelativeBACheck = new JCheckBox() [package]

Checkbox for whether to include snag relative basal area.

JCheckBox javawrapper.SummaryOutputFileSetup.m_jSnagAbsoluteBACheck = new JCheckBox() [package]

Checkbox for whether to include snag absolute basal area.

Checkbox for whether to include snag relative density.

Checkbox for whether to include snag absolute density.


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

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