SORTIE Java Interface
1
|
Displays the edit window for editing behavior flow for a tree species/ type combo. More...
Classes | |
class | AddFloatClicker |
This class implements the float-click so that float-clicking on behavior names adds the behavior to the list. | |
Public Member Functions | |
DisplayComboEdit (JDialog jParent, int iType, int iSpecies) throws ModelException | |
Constructor. | |
void | actionPerformed (ActionEvent e) |
Performs actions for clicked buttons. | |
Protected Attributes | |
JComboBox< String > | m_jBehaviorGroups |
List of the behavior groupings in a combo box (Light, Growth, etc) | |
DefaultListModel < BehaviorPackager > | m_jBehaviorListModel |
List model of behaviors for a behavior grouping. | |
JList< BehaviorPackager > | m_jComboBehaviorList |
List which actually displays the list of behaviors applied to the species/type combo. | |
Private Attributes | |
int | m_iType |
Tree type for displaying. | |
int | m_iSpecies |
Tree species for displaying. | |
String | m_sHelpID = "windows.tree_behavior_window" |
ID for the help topic corresponding to this window. | |
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
sortie.gui.ModelFlowSetup.DisplayComboEdit.DisplayComboEdit | ( | JDialog | jParent, |
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.
jParent | Dialog window owning this dialog. |
iType | Tree type (life history stage). |
iSpecies | Tree species. |
ModelException | passed through from called methods. |
void sortie.gui.ModelFlowSetup.DisplayComboEdit.actionPerformed | ( | ActionEvent | e | ) |
Performs actions for clicked buttons.
e | ActionEvent object. |
|
private |
Tree species for displaying.
|
private |
Tree type for displaying.
|
protected |
List of the behavior groupings in a combo box (Light, Growth, etc)
|
protected |
List model of behaviors for a behavior grouping.
|
protected |
List which actually displays the list of behaviors applied to the species/type combo.
|
private |
ID for the help topic corresponding to this window.