SORTIE Java Interface  1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
sortie.gui.ShortOutputFileSetup Class Reference

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

Inheritance diagram for sortie.gui.ShortOutputFileSetup:

Public Member Functions

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

Private Member Functions

void loadData ()
 This loads data from the output behavior into the window. More...
 
void setUpCheckboxes ()
 Sets all the fonts. More...
 
void createGUI ()
 Creates the GUI. More...
 
void setSelectedAllLive (boolean bSelected)
 Selects/deselects all checkboxes for live trees. More...
 
void setSelectedAllDead (boolean bSelected)
 Selects/deselects all checkboxes for dead trees. More...
 

Private Attributes

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

Detailed Description

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

Copyright: Copyright (c) 2003 Charles D. Canham

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0


Edit history:
---------------—
December 8, 2011: Wiped the slate clean for version 7 (LEM)

Constructor & Destructor Documentation

◆ ShortOutputFileSetup()

sortie.gui.ShortOutputFileSetup.ShortOutputFileSetup ( JDialog  oParent,
OutputBehaviors  oData,
MainWindow  oWindow 
)

Constructor.

Parameters
oParentParent window in which to display this dialog.
oDataOutputBehaviors object.
oWindowMainWindow window.

Member Function Documentation

◆ actionPerformed()

void sortie.gui.ShortOutputFileSetup.actionPerformed ( ActionEvent  oEvent)

Responds to button clicks.

Parameters
oEventActionEvent Event which triggered this method.

◆ createGUI()

void sortie.gui.ShortOutputFileSetup.createGUI ( )
private

Creates the GUI.

◆ loadData()

void sortie.gui.ShortOutputFileSetup.loadData ( )
private

This loads data from the output behavior into the window.

◆ setSelectedAllDead()

void sortie.gui.ShortOutputFileSetup.setSelectedAllDead ( boolean  bSelected)
private

Selects/deselects all checkboxes for dead trees.

◆ setSelectedAllLive()

void sortie.gui.ShortOutputFileSetup.setSelectedAllLive ( boolean  bSelected)
private

Selects/deselects all checkboxes for live trees.

◆ setUpCheckboxes()

void sortie.gui.ShortOutputFileSetup.setUpCheckboxes ( )
private

Sets all the fonts.

Member Data Documentation

◆ m_sHelpID

String sortie.gui.ShortOutputFileSetup.m_sHelpID = "windows.summary_output"
private

The string identifying the help topic for this window.


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