Public Member Functions | |
SummaryOutputFileSetup (JDialog oParent, OutputBehaviors oData, MainWindow oWindow) | |
Constructor. | |
void | actionPerformed (ActionEvent oEvent) |
Package Attributes | |
OutputBehaviors | m_oOutputData |
MainWindow | m_oWindow |
JTextField | m_jSummaryOutputFileName = new JTextField() |
JCheckBox | m_jSeedlingAbsoluteDensityCheck = new JCheckBox() |
JCheckBox | m_jSaplingRelativeBACheck = new JCheckBox() |
JCheckBox | m_jSaplingAbsoluteBACheck = new JCheckBox() |
JCheckBox | m_jSaplingRelativeDensityCheck = new JCheckBox() |
JCheckBox | m_jSaplingAbsoluteDensityCheck = new JCheckBox() |
JCheckBox | m_jAdultRelativeBACheck = new JCheckBox() |
JCheckBox | m_jAdultAbsoluteBACheck = new JCheckBox() |
JCheckBox | m_jAdultRelativeDensityCheck = new JCheckBox() |
JCheckBox | m_jAdultAbsoluteDensityCheck = new JCheckBox() |
JCheckBox | m_jSnagRelativeBACheck = new JCheckBox() |
JCheckBox | m_jSnagAbsoluteBACheck = new JCheckBox() |
JCheckBox | m_jSnagRelativeDensityCheck = new JCheckBox() |
JCheckBox | m_jSnagAbsoluteDensityCheck = new JCheckBox() |
Private Member Functions | |
void | LoadData () |
This loads data from the output behavior into the window. | |
void | jbInit () throws Exception |
Private Attributes | |
String | m_sHelpID = "windows.summary_output" |
Copyright: Copyright (c) 2003 Charles D. Canham
Company: Institute of Ecosystem Studies
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
This loads data from the output behavior into the window.
|