Public Member Functions | |
DisplayBehaviorComboEdit (JDialog jParent, String sBehaviorName, HelpBroker oHelpBroker) throws ModelException | |
Constructor. | |
void | actionPerformed (ActionEvent e) |
Performs actions for clicked buttons. | |
Protected Attributes | |
JList | m_jAssignedCombosList |
The list displaying the assigned species/type combos for this behavior. | |
JList | m_jSpecies |
The list of species. | |
JList | m_jTypes |
The list of types. | |
DefaultListModel | m_jAssignedCombosListModel |
The assigned species/type combos for this behavior. | |
String | m_sBehaviorName |
The name of the behavior. | |
Private Attributes | |
String | m_sHelpID = "windows.behavior_assignments" |
The help topic ID for this window. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Constructor.
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) |