Inherits javax::swing::JDialog, and java::awt::event::ActionListener.
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. |
Copyright: Copyright (c) 2003 Charles D. Canham
Company: Institute of Ecosystem Studies
javawrapper.SummaryOutputFileSetup.SummaryOutputFileSetup | ( | JDialog | oParent, | |
OutputBehaviors | oData, | |||
MainWindow | oWindow | |||
) |
Constructor.
oParent | Parent window in which to display this dialog. | |
oData | OutputBehaviors object. | |
oWindow | MainWindow window. |
void javawrapper.SummaryOutputFileSetup.actionPerformed | ( | ActionEvent | oEvent | ) |
Responds to button clicks.
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.
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.
JCheckBox javawrapper.SummaryOutputFileSetup.m_jSeedlingAbsoluteDensityCheck = new JCheckBox() [package] |
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.
JCheckBox javawrapper.SummaryOutputFileSetup.m_jSaplingRelativeDensityCheck = new JCheckBox() [package] |
Checkbox for whether to include sapling relative density.
JCheckBox javawrapper.SummaryOutputFileSetup.m_jSaplingAbsoluteDensityCheck = new JCheckBox() [package] |
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.
JCheckBox javawrapper.SummaryOutputFileSetup.m_jAdultRelativeDensityCheck = new JCheckBox() [package] |
Checkbox for whether to include adult relative density.
JCheckBox javawrapper.SummaryOutputFileSetup.m_jAdultAbsoluteDensityCheck = new JCheckBox() [package] |
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.
JCheckBox javawrapper.SummaryOutputFileSetup.m_jSnagRelativeDensityCheck = new JCheckBox() [package] |
Checkbox for whether to include snag relative density.
JCheckBox javawrapper.SummaryOutputFileSetup.m_jSnagAbsoluteDensityCheck = new JCheckBox() [package] |
Checkbox for whether to include snag absolute density.