SORTIE Java Interface  1
Classes | Public Member Functions | Public Attributes | Private Attributes | List of all members
sortie.gui.ModelFlowSetup.DisplayBehaviorEdit Class Reference

Displays the edit window for editing behavior order. More...

Inheritance diagram for sortie.gui.ModelFlowSetup.DisplayBehaviorEdit:

Classes

class  AddFloatClicker
 This class implements the float-click so that float-clicking on behavior names adds the behavior to the list.
 
class  ModifyFloatClicker
 This class implements the float-click so that float-clicking on behavior names launches the behavior combo editor.
 

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< BehaviorPackagerm_jEnabledBehaviorList
 List which actually displays the list of behaviors currently enabled.
 
JList< BehaviorPackagerm_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.
 

Detailed Description

Displays the edit window for editing behavior order.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0

Constructor & Destructor Documentation

sortie.gui.ModelFlowSetup.DisplayBehaviorEdit.DisplayBehaviorEdit ( JDialog  jParent,
HelpBroker  oHelpBroker 
)

Constructor.

Creates the GUI.

Parameters
jParentParent dialog in which to display this one.
oHelpBrokerSystem Help broker.

Member Function Documentation

void sortie.gui.ModelFlowSetup.DisplayBehaviorEdit.actionPerformed ( ActionEvent  e)

Performs actions for clicked buttons.

Parameters
eActionEvent object.

Member Data Documentation

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.

String sortie.gui.ModelFlowSetup.DisplayBehaviorEdit.m_sHelpID = "windows.run_behaviors_window"
private

The ID of the help topic for this window.


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