SORTIE Java Interface  1
Public Member Functions | Protected Attributes | Private Attributes | List of all members
sortie.gui.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.DisplayBehaviorComboEdit:

Public Member Functions

 DisplayBehaviorComboEdit (JDialog jParent, ArrayList< SpeciesTypeCombo > oCombos, String sDescriptor, TreePopulation oPop, HelpBroker oHelpBroker) throws ModelException
 Constructor.
 
void actionPerformed (ActionEvent e)
 Performs actions for clicked buttons.
 

Protected Attributes

JList< ComboDisplaym_jAssignedCombosList
 The list displaying the assigned species/type combos for this behavior.
 
TreePopulation m_oPop
 Tree population object.
 
ArrayList< SpeciesTypeCombomp_oCombos
 Species type combos to edit.
 
JList< String > m_jSpecies
 The list of species.
 
JList< String > m_jTypes
 The list of types.
 
DefaultListModel< ComboDisplaym_jAssignedCombosListModel
 The assigned species/type combos for this behavior.
 

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


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

Constructor & Destructor Documentation

sortie.gui.DisplayBehaviorComboEdit.DisplayBehaviorComboEdit ( JDialog  jParent,
ArrayList< SpeciesTypeCombo oCombos,
String  sDescriptor,
TreePopulation  oPop,
HelpBroker  oHelpBroker 
) throws ModelException

Constructor.

Parameters
jParentParent dialog in which to display this dialog.
oCombosStarting combos of behavior.
sDescriptorBehavior descriptor.
oPopTree population.
oHelpBrokerThe application's help broker.
Exceptions
ModelExceptionif there is a problem constructing the window.

Member Function Documentation

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

Performs actions for clicked buttons.

Parameters
eActionEvent object.

Member Data Documentation

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

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

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

The assigned species/type combos for this behavior.

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

The list of species.

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

The list of types.

TreePopulation sortie.gui.DisplayBehaviorComboEdit.m_oPop
protected

Tree population object.

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

The help topic ID for this window.

ArrayList<SpeciesTypeCombo> sortie.gui.DisplayBehaviorComboEdit.mp_oCombos
protected

Species type combos to edit.


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