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
 Behavior node.
static final int SPECIES = 1
 Species node.
static final int TYPE = 2
 Type node.
static final int GRID = 3
 Grid node.
static final int IGNORE = 4
 Node to ignore.

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


Member Function Documentation

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

Gets the node type.

Returns:
Node type.

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

Overridden method from java.lang.Object.

Returns:
Display name of node


The documentation for this class was generated from the following file:
Generated on Wed Nov 29 08:45:05 2006 for SORTIE Java Interface by  doxygen 1.4.7