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

Makes a window for editing tree allometry functions. More...

Inheritance diagram for sortie.gui.AllometryFunctionEditor:
sortie.gui.EnhancedTableWindow

Public Member Functions

 AllometryFunctionEditor (JFrame jParent, TreePopulation oPop, Allometry oAllom)
 
void actionPerformed (ActionEvent oEvent)
 Controls actions for this window.
 
void setLastTouched (EnhancedTable oTable)
 Sets a table as last touched by the user.
 
- Public Member Functions inherited from sortie.gui.EnhancedTableWindow
void setLastTouched (EnhancedTable oTable)
 A table calls this function to let the parent class know that it was the last one with focus.
 

Private Attributes

String m_sHelpID = "windows.edit_allometry_functions_window"
 Help ID string.
 
TreePopulation m_oPop
 Tree population.
 
Allometry m_oAllom
 Allometry object.
 

Detailed Description

Makes a window for editing tree allometry functions.

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

Author
Lora E. Murphy
Version
1.0


Edit history:
---------------—
February 27, 2008: Created (LEM)

Constructor & Destructor Documentation

sortie.gui.AllometryFunctionEditor.AllometryFunctionEditor ( JFrame  jParent,
TreePopulation  oPop,
Allometry  oAllom 
)

Member Function Documentation

void sortie.gui.AllometryFunctionEditor.actionPerformed ( ActionEvent  oEvent)

Controls actions for this window.

Parameters
oEventActionEvent.
void sortie.gui.AllometryFunctionEditor.setLastTouched ( EnhancedTable  oTable)

Sets a table as last touched by the user.

Parameters
oTableTable to be set as last touched.

Member Data Documentation

Allometry sortie.gui.AllometryFunctionEditor.m_oAllom
private

Allometry object.

TreePopulation sortie.gui.AllometryFunctionEditor.m_oPop
private

Tree population.

String sortie.gui.AllometryFunctionEditor.m_sHelpID = "windows.edit_allometry_functions_window"
private

Help ID string.


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