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

Constructor & Destructor Documentation

javawrapper.ModelFlowSetup.TreeNodeInfo.TreeNodeInfo ( String  sName,
int  iType 
) [package]

Constructor.

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


Member Function Documentation

String javawrapper.ModelFlowSetup.TreeNodeInfo.toString (  ) 

Overridden method from java.lang.Object.

Returns:
Display name of node

int javawrapper.ModelFlowSetup.TreeNodeInfo.GetNodeType (  ) 

Gets the node type.

Returns:
Node type.


Member Data Documentation

Display name for the node.

Node type - allowed values are BEHAVIOR, SPECIES, TYPE, or IGNORE.

Behavior node.

Species node.

Type node.

Grid node.

Node to ignore.


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

Generated on Tue Apr 19 13:59:42 2011 for SORTIE Java Interface by  doxygen 1.5.6