nodes

Contains the expanded hierarchy of child tree nodes.

Type

public TreeNode[] nodes
 

Notes

The nodes member variable contains an array of TreeNode objects, one object for each of this parent node's children. A child node can, in turn, contain child nodes (grandchildren of this parent node). This member variable is only used if the node is expandable (not a leaf); that is, if the isExpandable member variable is true.

Copyright IBM Corp. 1997, 2003