Public Member Functions | |
DisplayComboEdit (JDialog jParent, int iType, int iSpecies) throws ModelException | |
Constructor. | |
void | actionPerformed (ActionEvent e) |
Performs actions for clicked buttons. | |
Protected Member Functions | |
int | GetBehaviorIndex (String sBehaviorName) |
Gets the index for a behavior (the absolute order in which behaviors go). | |
Private Attributes | |
int | m_iType |
int | m_iSpecies |
JComboBox | m_jBehaviorGroups |
List if the behavior groupings in a combo box (Light, Growth, etc). | |
DefaultListModel | m_jBehaviorListModel |
List model of behaviors for a behavior grouping. | |
DefaultListModel | m_jComboBehaviorListModel |
List model of behaviors applied to the species/type combo. | |
JList | m_jComboBehaviorList |
List which actually displays the list of behaviors applied to the species/type combo. | |
JList | m_jBehaviorList |
List which displays the list of behaviors for a behavior grouping. | |
String | m_sHelpID = "windows.tree_behavior_window" |
Classes | |
class | AddDoubleClicker |
This class implements the double-click so that double-clicking on behavior names adds the behavior to the list. More... |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Constructor. Creates the dialog which allows the user to modify behavior choices and behavior order for a species/type combo.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Performs actions for clicked buttons.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Gets the index for a behavior (the absolute order in which behaviors go).
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |