SORTIE Java Interface  1
Public Member Functions | Public Attributes | Private Attributes | List of all members
sortie.gui.behaviorsetup.NCIEffectsEditor Class Reference

Makes a window for editing NCI functions. More...

Inheritance diagram for sortie.gui.behaviorsetup.NCIEffectsEditor:

Public Member Functions

 NCIEffectsEditor (NCIMasterBase oBehavior, NCIParameterEdit oEdit)
 
void actionPerformed (ActionEvent oEvent)
 Controls actions for this window. More...
 

Public Attributes

JComboBox< String > m_jSizeEffect = null
 Combo box for size effect choices. More...
 
JComboBox< String > m_jCrowdingEffect = null
 Combo box for crowding effect choices. More...
 
JComboBox< String > m_jNCITerm = null
 Combo box for NCI term choices. More...
 
JComboBox< String > m_jShadingEffect = null
 Combo box for shading effect choices. More...
 
JComboBox< String > m_jDamageEffect = null
 Combo box for damage effect choices. More...
 
JComboBox< String > m_jTemperatureEffect = null
 Combo box for temperature effect choices. More...
 
JComboBox< String > m_jPrecipitationEffect = null
 Combo box for precipitation effect choices. More...
 
JComboBox< String > m_jNitrogenEffect = null
 Combo box for nitrogen effect choices. More...
 
JComboBox< String > m_jInfectionEffect = null
 Combo box for infection effect choices. More...
 

Private Attributes

String m_sHelpID = "windows.edit_nci_functions_window"
 Help ID string. More...
 
NCIMasterBase m_oBehavior
 The behavior being set up by this window. More...
 

Detailed Description

Makes a window for editing NCI functions.

Copyright: Copyright (c) Charles D. Canham 2013 Company: Cary Institute of Ecosystem Studies

Author
Lora E. Murphy
Version
1.0



Edit history:
---------------—
June 11, 2013: Created (LEM)

Constructor & Destructor Documentation

◆ NCIEffectsEditor()

sortie.gui.behaviorsetup.NCIEffectsEditor.NCIEffectsEditor ( NCIMasterBase  oBehavior,
NCIParameterEdit  oEdit 
)

Member Function Documentation

◆ actionPerformed()

void sortie.gui.behaviorsetup.NCIEffectsEditor.actionPerformed ( ActionEvent  oEvent)

Controls actions for this window.

Parameters
oEventActionEvent.

Member Data Documentation

◆ m_jCrowdingEffect

JComboBox<String> sortie.gui.behaviorsetup.NCIEffectsEditor.m_jCrowdingEffect = null

Combo box for crowding effect choices.

◆ m_jDamageEffect

JComboBox<String> sortie.gui.behaviorsetup.NCIEffectsEditor.m_jDamageEffect = null

Combo box for damage effect choices.

◆ m_jInfectionEffect

JComboBox<String> sortie.gui.behaviorsetup.NCIEffectsEditor.m_jInfectionEffect = null

Combo box for infection effect choices.

◆ m_jNCITerm

JComboBox<String> sortie.gui.behaviorsetup.NCIEffectsEditor.m_jNCITerm = null

Combo box for NCI term choices.

◆ m_jNitrogenEffect

JComboBox<String> sortie.gui.behaviorsetup.NCIEffectsEditor.m_jNitrogenEffect = null

Combo box for nitrogen effect choices.

◆ m_jPrecipitationEffect

JComboBox<String> sortie.gui.behaviorsetup.NCIEffectsEditor.m_jPrecipitationEffect = null

Combo box for precipitation effect choices.

◆ m_jShadingEffect

JComboBox<String> sortie.gui.behaviorsetup.NCIEffectsEditor.m_jShadingEffect = null

Combo box for shading effect choices.

◆ m_jSizeEffect

JComboBox<String> sortie.gui.behaviorsetup.NCIEffectsEditor.m_jSizeEffect = null

Combo box for size effect choices.

◆ m_jTemperatureEffect

JComboBox<String> sortie.gui.behaviorsetup.NCIEffectsEditor.m_jTemperatureEffect = null

Combo box for temperature effect choices.

◆ m_oBehavior

NCIMasterBase sortie.gui.behaviorsetup.NCIEffectsEditor.m_oBehavior
private

The behavior being set up by this window.

◆ m_sHelpID

String sortie.gui.behaviorsetup.NCIEffectsEditor.m_sHelpID = "windows.edit_nci_functions_window"
private

Help ID string.


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