com.insightful.gdevice
Class STreeNode
java.lang.Object
com.insightful.gdevice.STreeNode
- public class STreeNode
- extends Object
STreeNode represents a node in a tree data structure.
It offers a subset of the functionality of Swing's
DefaultMutableTreeNode class. We could use the Swing
class instead except browsers don't support it.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_objUser
protected Object m_objUser
m_vnodeChildren
protected Vector m_vnodeChildren
STreeNode
public STreeNode()
STreeNode
public STreeNode(Object objUser)
getUserObject
public Object getUserObject()
getChildCount
public int getChildCount()
getChildAt
public STreeNode getChildAt(int nIndex)
setUserObject
public void setUserObject(Object objUser)
add
public void add(STreeNode node)
isLeaf
public boolean isLeaf()
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.