|
SORTIE Java Interface
1
|
Displays the edit window for editing behavior order. More...
Public Member Functions | |
| DisplayBehaviorEdit (JDialog jParent, HelpBroker oHelpBroker) | |
| Constructor. | |
| void | actionPerformed (ActionEvent e) |
| Performs actions for clicked buttons. | |
Public 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. | |
| DefaultListModel < BehaviorPackager > | m_jEnabledBehaviorListModel |
| List model of behaviors currently enabled. | |
| JList< BehaviorPackager > | m_jEnabledBehaviorList |
| List which actually displays the list of behaviors currently enabled. | |
| JList< BehaviorPackager > | m_jBehaviorList |
| List which displays the list of possible behaviors for a behavior grouping. | |
Private Attributes | |
| String | m_sHelpID = "windows.run_behaviors_window" |
| The ID of the help topic for this window. | |
Displays the edit window for editing behavior order.
Copyright: Copyright (c) Charles D. Canham 2003
Company: Cary Institute of Ecosystem Studies
| sortie.gui.ModelFlowSetup.DisplayBehaviorEdit.DisplayBehaviorEdit | ( | JDialog | jParent, |
| HelpBroker | oHelpBroker | ||
| ) |
Constructor.
Creates the GUI.
| jParent | Parent dialog in which to display this one. |
| oHelpBroker | System Help broker. |
| void sortie.gui.ModelFlowSetup.DisplayBehaviorEdit.actionPerformed | ( | ActionEvent | e | ) |
Performs actions for clicked buttons.
| e | ActionEvent object. |
| JComboBox<String> sortie.gui.ModelFlowSetup.DisplayBehaviorEdit.m_jBehaviorGroups |
List of the behavior groupings in a combo box (Light, Growth, etc)
| JList<BehaviorPackager> sortie.gui.ModelFlowSetup.DisplayBehaviorEdit.m_jBehaviorList |
List which displays the list of possible behaviors for a behavior grouping.
| DefaultListModel<BehaviorPackager> sortie.gui.ModelFlowSetup.DisplayBehaviorEdit.m_jBehaviorListModel |
List model of behaviors for a behavior grouping.
| JList<BehaviorPackager> sortie.gui.ModelFlowSetup.DisplayBehaviorEdit.m_jEnabledBehaviorList |
List which actually displays the list of behaviors currently enabled.
| DefaultListModel<BehaviorPackager> sortie.gui.ModelFlowSetup.DisplayBehaviorEdit.m_jEnabledBehaviorListModel |
List model of behaviors currently enabled.
|
private |
The ID of the help topic for this window.
1.8.2