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

Displays the edit window for editing behavior flow for a tree species/ type combo. More...

Inheritance diagram for sortie.gui.modelflowsetup.DisplayComboEdit:

Public Member Functions

 DisplayComboEdit (ModelFlowSetup parent, int iType, int iSpecies) throws ModelException
 Constructor. More...
 
void actionPerformed (ActionEvent e)
 Performs actions for clicked buttons. More...
 

Protected Attributes

JComboBox< String > m_jBehaviorGroups
 List of the behavior groupings in a combo box (Light, Growth, etc) More...
 
DefaultListModel< BehaviorPackagerm_jBehaviorListModel
 List model of behaviors for a behavior grouping. More...
 
JList< BehaviorPackagerm_jComboBehaviorList
 List which actually displays the list of behaviors applied to the species/type combo. More...
 

Private Attributes

int m_iType
 Tree type for displaying. More...
 
int m_iSpecies
 Tree species for displaying. More...
 
String m_sHelpID = "windows.tree_behavior_window"
 ID for the help topic corresponding to this window. More...
 

Detailed Description

Displays the edit window for editing behavior flow for a tree species/ type combo.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0

Constructor & Destructor Documentation

◆ DisplayComboEdit()

sortie.gui.modelflowsetup.DisplayComboEdit.DisplayComboEdit ( ModelFlowSetup  parent,
int  iType,
int  iSpecies 
) throws ModelException

Constructor.

Creates the dialog which allows the user to modify behavior choices and behavior order for a species/type combo.

Parameters
parentDialog window owning this dialog.
iTypeTree type (life history stage).
iSpeciesTree species.
Exceptions
ModelExceptionpassed through from called methods.

Member Function Documentation

◆ actionPerformed()

void sortie.gui.modelflowsetup.DisplayComboEdit.actionPerformed ( ActionEvent  e)

Performs actions for clicked buttons.

Parameters
eActionEvent object.

Member Data Documentation

◆ m_iSpecies

int sortie.gui.modelflowsetup.DisplayComboEdit.m_iSpecies
private

Tree species for displaying.

◆ m_iType

int sortie.gui.modelflowsetup.DisplayComboEdit.m_iType
private

Tree type for displaying.

◆ m_jBehaviorGroups

JComboBox<String> sortie.gui.modelflowsetup.DisplayComboEdit.m_jBehaviorGroups
protected

List of the behavior groupings in a combo box (Light, Growth, etc)

◆ m_jBehaviorListModel

DefaultListModel<BehaviorPackager> sortie.gui.modelflowsetup.DisplayComboEdit.m_jBehaviorListModel
protected

List model of behaviors for a behavior grouping.

◆ m_jComboBehaviorList

JList<BehaviorPackager> sortie.gui.modelflowsetup.DisplayComboEdit.m_jComboBehaviorList
protected

List which actually displays the list of behaviors applied to the species/type combo.

◆ m_sHelpID

String sortie.gui.modelflowsetup.DisplayComboEdit.m_sHelpID = "windows.tree_behavior_window"
private

ID for the help topic corresponding to this window.


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