Inherits javax::swing::JDialog, and java::awt::event::ActionListener.
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. | |
Static Package Attributes | |
static final long | serialVersionUID = 1 |
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
javawrapper.ModelFlowSetup.DisplayBehaviorComboEdit.DisplayBehaviorComboEdit | ( | JDialog | jParent, | |
String | sBehaviorName, | |||
HelpBroker | oHelpBroker | |||
) | throws ModelException |
Constructor.
jParent | Parent dialog in which to display this dialog. | |
sBehaviorName | Behavior to edit. | |
oHelpBroker | The application's help broker. |
ModelException | if there is a problem constructing the window. |
void javawrapper.ModelFlowSetup.DisplayBehaviorComboEdit.actionPerformed | ( | ActionEvent | e | ) |
Performs actions for clicked buttons.
e | ActionEvent object. |
final long javawrapper.ModelFlowSetup.DisplayBehaviorComboEdit.serialVersionUID = 1 [static, package] |
The list displaying the assigned species/type combos for this behavior.
JList javawrapper.ModelFlowSetup.DisplayBehaviorComboEdit.m_jSpecies [protected] |
The list of species.
JList javawrapper.ModelFlowSetup.DisplayBehaviorComboEdit.m_jTypes [protected] |
The list of types.
DefaultListModel javawrapper.ModelFlowSetup.DisplayBehaviorComboEdit.m_jAssignedCombosListModel [protected] |
The assigned species/type combos for this behavior.
String javawrapper.ModelFlowSetup.DisplayBehaviorComboEdit.m_sBehaviorName [protected] |
The name of the behavior.
String javawrapper.ModelFlowSetup.DisplayBehaviorComboEdit.m_sHelpID = "windows.behavior_assignments" [private] |
The help topic ID for this window.