SORTIE Java Interface  1
Public Attributes | List of all members
sortie.gui.behaviorsetup.BehaviorParameterDisplay Class Reference

Packages all the information needed for displaying a behavior's parameters. More...

Public Attributes

String m_sBehaviorName
 Behavior name. More...
 
String m_sAppliesTo
 Applies to string. More...
 
int m_iListPosition
 List position. More...
 
String m_sHelpString = ""
 Help string. More...
 
ArrayList< TableDatamp_oTableData = null
 Tables containing parameters. More...
 

Detailed Description

Packages all the information needed for displaying a behavior's parameters.

Author
LORA

Member Data Documentation

◆ m_iListPosition

int sortie.gui.behaviorsetup.BehaviorParameterDisplay.m_iListPosition

List position.

◆ m_sAppliesTo

String sortie.gui.behaviorsetup.BehaviorParameterDisplay.m_sAppliesTo

Applies to string.

◆ m_sBehaviorName

String sortie.gui.behaviorsetup.BehaviorParameterDisplay.m_sBehaviorName

Behavior name.

◆ m_sHelpString

String sortie.gui.behaviorsetup.BehaviorParameterDisplay.m_sHelpString = ""

Help string.

◆ mp_oTableData

ArrayList<TableData> sortie.gui.behaviorsetup.BehaviorParameterDisplay.mp_oTableData = null

Tables containing parameters.

Null is OK.


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