javawrapper::ModelFlowSetup::TreeNodeInfo Class Reference

Objects set in tree nodes to give information about what to do when the user clicks a node. More...

List of all members.

Public Member Functions

String toString ()
 Overridden method from java.lang.Object.
int GetNodeType ()
 Gets the node type.

Static Public Attributes

static final int BEHAVIOR = 0
static final int SPECIES = 1
static final int TYPE = 2
static final int GRID = 3
static final int IGNORE = 4

Package Functions

 TreeNodeInfo (String sName, int iType)
 Constructor.

Package Attributes

String m_sName
 Display name for the node.
int m_iNodeType
 Node type - allowed values are BEHAVIOR, SPECIES, TYPE, or IGNORE.


Detailed Description

Objects set in tree nodes to give information about what to do when the user clicks a node.

Copyright: Copyright (c) Charles D. Canham 2003

Company: Institute of Ecosystem Studies

Author:
Lora E. Murphy
Version:
1.0

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Constructor & Destructor Documentation

javawrapper::ModelFlowSetup::TreeNodeInfo::TreeNodeInfo String  sName,
int  iType
[inline, package]
 

Constructor.

Parameters:
sName Display name of the node
iType Node type - allowed values are BEHAVIOR, SPECIES, TYPE, or IGNORE

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


Member Function Documentation

int javawrapper::ModelFlowSetup::TreeNodeInfo::GetNodeType  )  [inline]
 

Gets the node type.

Returns:
Node type.

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)

String javawrapper::ModelFlowSetup::TreeNodeInfo::toString  )  [inline]
 

Overridden method from java.lang.Object.

Returns:
Display name of node

Edit history:
------------------
April 28, 2004: Submitted in beta version (LEM)


The documentation for this class was generated from the following file:
Generated on Mon Mar 27 15:15:42 2006 for SORTIE Java Interface by  doxygen 1.4.6-NO