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. | |
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 | |||
) | [inline] |
Constructor.
oParent | Parent window in which to display this dialog. | |
oData | OutputBehaviors object. | |
oWindow | MainWindow window. |
void javawrapper::SummaryOutputFileSetup::actionPerformed | ( | ActionEvent | oEvent | ) | [inline] |
Responds to button clicks.
oEvent | ActionEvent Event which triggered this method. |
void javawrapper::SummaryOutputFileSetup::LoadData | ( | ) | [inline, 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)