SORTIE Java Interface  1
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:

Public Member Functions

 DisplayBehaviorEdit (ModelFlowSetup parent, HelpBroker oHelpBroker)
 Constructor. More...
 
void actionPerformed (ActionEvent e)
 Performs actions for clicked buttons. More...
 

Public Attributes

JComboBox< String > m_jBehaviorGroups
 List of the behavior groupings in a combo box (Light, Growth, etc) More...
 
DefaultListModel< BehaviorPackagerm_jBehaviorListModel
 List model of behaviors for a behavior grouping. More...
 
DefaultListModel< BehaviorPackagerm_jEnabledBehaviorListModel
 List model of behaviors currently enabled. More...
 
JList< BehaviorPackagerm_jEnabledBehaviorList
 List which actually displays the list of behaviors currently enabled. More...
 
JList< BehaviorPackagerm_jBehaviorList
 List which displays the list of possible behaviors for a behavior grouping. More...
 

Private Attributes

String m_sHelpID = "windows.run_behaviors_window"
 The ID of the help topic for this window. More...
 

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

◆ DisplayBehaviorEdit()

sortie.gui.modelflowsetup.DisplayBehaviorEdit.DisplayBehaviorEdit ( ModelFlowSetup  parent,
HelpBroker  oHelpBroker 
)

Constructor.

Creates the GUI.

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

Member Function Documentation

◆ actionPerformed()

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

Performs actions for clicked buttons.

Parameters
eActionEvent object.

Member Data Documentation

◆ m_jBehaviorGroups

JComboBox<String> sortie.gui.modelflowsetup.DisplayBehaviorEdit.m_jBehaviorGroups

List of the behavior groupings in a combo box (Light, Growth, etc)

◆ m_jBehaviorList

JList<BehaviorPackager> sortie.gui.modelflowsetup.DisplayBehaviorEdit.m_jBehaviorList

List which displays the list of possible behaviors for a behavior grouping.

◆ m_jBehaviorListModel

DefaultListModel<BehaviorPackager> sortie.gui.modelflowsetup.DisplayBehaviorEdit.m_jBehaviorListModel

List model of behaviors for a behavior grouping.

◆ m_jEnabledBehaviorList

JList<BehaviorPackager> sortie.gui.modelflowsetup.DisplayBehaviorEdit.m_jEnabledBehaviorList

List which actually displays the list of behaviors currently enabled.

◆ m_jEnabledBehaviorListModel

DefaultListModel<BehaviorPackager> sortie.gui.modelflowsetup.DisplayBehaviorEdit.m_jEnabledBehaviorListModel

List model of behaviors currently enabled.

◆ m_sHelpID

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: