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

Displays an edit window for editing the tree species/type combos to which a single behavior applies. More...

Inheritance diagram for sortie.gui.modelflowsetup.DisplayBehaviorComboEdit:

Public Member Functions

 DisplayBehaviorComboEdit (JDialog display, ModelFlowSetup parent, BehaviorPackager oBehavior, HelpBroker oHelpBroker) throws ModelException
 Constructor. More...
 
void actionPerformed (ActionEvent e)
 Performs actions for clicked buttons. More...
 

Public Attributes

JList< String > m_jSpecies
 The list of species. More...
 
JList< String > m_jTypes
 The list of types. More...
 

Protected Attributes

JList< ComboDisplaym_jAssignedCombosList
 The list displaying the assigned species/type combos for this behavior. More...
 
DefaultListModel< ComboDisplaym_jAssignedCombosListModel
 The assigned species/type combos for this behavior. More...
 
BehaviorPackager m_oBehavior
 The behavior info. More...
 

Private Attributes

String m_sHelpID = "windows.behavior_assignments"
 The help topic ID for this window. More...
 

Detailed Description

Displays an edit window for editing the tree species/type combos to which a single behavior applies.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0

Constructor & Destructor Documentation

◆ DisplayBehaviorComboEdit()

sortie.gui.modelflowsetup.DisplayBehaviorComboEdit.DisplayBehaviorComboEdit ( JDialog  display,
ModelFlowSetup  parent,
BehaviorPackager  oBehavior,
HelpBroker  oHelpBroker 
) throws ModelException

Constructor.

Parameters
displayParent dialog in which to display this dialog.
parentWindow from which this behavior was called
oBehaviorBehavior to edit.
oHelpBrokerThe application's help broker.
Exceptions
ModelExceptionif there is a problem constructing the window.

Member Function Documentation

◆ actionPerformed()

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

Performs actions for clicked buttons.

Parameters
eActionEvent object.

Member Data Documentation

◆ m_jAssignedCombosList

JList<ComboDisplay> sortie.gui.modelflowsetup.DisplayBehaviorComboEdit.m_jAssignedCombosList
protected

The list displaying the assigned species/type combos for this behavior.

◆ m_jAssignedCombosListModel

DefaultListModel<ComboDisplay> sortie.gui.modelflowsetup.DisplayBehaviorComboEdit.m_jAssignedCombosListModel
protected

The assigned species/type combos for this behavior.

◆ m_jSpecies

JList<String> sortie.gui.modelflowsetup.DisplayBehaviorComboEdit.m_jSpecies

The list of species.

◆ m_jTypes

JList<String> sortie.gui.modelflowsetup.DisplayBehaviorComboEdit.m_jTypes

The list of types.

◆ m_oBehavior

BehaviorPackager sortie.gui.modelflowsetup.DisplayBehaviorComboEdit.m_oBehavior
protected

The behavior info.

◆ m_sHelpID

String sortie.gui.modelflowsetup.DisplayBehaviorComboEdit.m_sHelpID = "windows.behavior_assignments"
private

The help topic ID for this window.


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