Inherits javax::swing::JDialog.
Public Member Functions | |
DisplayBehaviorComboEdit (JDialog jParent, Behavior oBehavior, TreePopulation oPop, javax.help.HelpBroker oHelpBroker) throws ModelException | |
Constructor. | |
void | actionPerformed (java.awt.event.ActionEvent e) |
Performs actions for clicked buttons. | |
Protected Attributes | |
JList | m_jAssignedCombosList |
The list displaying the assigned species/type combos for this behavior. | |
TreePopulation | m_oPop |
Tree population object. | |
Behavior | m_oBehavior |
Behavior object to edit. | |
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. | |
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.DisplayBehaviorComboEdit.DisplayBehaviorComboEdit | ( | JDialog | jParent, | |
Behavior | oBehavior, | |||
TreePopulation | oPop, | |||
javax.help.HelpBroker | oHelpBroker | |||
) | throws ModelException |
Constructor.
jParent | Parent dialog in which to display this dialog. | |
oBehavior | Behavior to edit. | |
oPop | Tree population. | |
oHelpBroker | The application's help broker. |
ModelException | if there is a problem constructing the window. |
void javawrapper.DisplayBehaviorComboEdit.actionPerformed | ( | java.awt.event.ActionEvent | e | ) |
Performs actions for clicked buttons.
e | ActionEvent object. |
JList javawrapper.DisplayBehaviorComboEdit.m_jAssignedCombosList [protected] |
The list displaying the assigned species/type combos for this behavior.
Tree population object.
Behavior object to edit.
JList javawrapper.DisplayBehaviorComboEdit.m_jSpecies [protected] |
The list of species.
JList javawrapper.DisplayBehaviorComboEdit.m_jTypes [protected] |
The list of types.
DefaultListModel javawrapper.DisplayBehaviorComboEdit.m_jAssignedCombosListModel [protected] |
The assigned species/type combos for this behavior.
String javawrapper.DisplayBehaviorComboEdit.m_sHelpID = "windows.behavior_assignments" [private] |
The help topic ID for this window.