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 jParent, BehaviorPackager oBehavior, HelpBroker oHelpBroker) throws ModelException
 Constructor.
 
void actionPerformed (ActionEvent e)
 Performs actions for clicked buttons.
 

Public Attributes

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

Protected Attributes

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

Private Attributes

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

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

sortie.gui.ModelFlowSetup.DisplayBehaviorComboEdit.DisplayBehaviorComboEdit ( JDialog  jParent,
BehaviorPackager  oBehavior,
HelpBroker  oHelpBroker 
) throws ModelException

Constructor.

Parameters
jParentParent dialog in which to display this dialog.
oBehaviorBehavior to edit.
oHelpBrokerThe application's help broker.
Exceptions
ModelExceptionif there is a problem constructing the window.

Member Function Documentation

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

Performs actions for clicked buttons.

Parameters
eActionEvent object.

Member Data Documentation

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

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

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

The assigned species/type combos for this behavior.

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

The list of species.

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

The list of types.

BehaviorPackager sortie.gui.ModelFlowSetup.DisplayBehaviorComboEdit.m_oBehavior
protected

The behavior info.

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: