java.lang.Object
com.arranger.jarl.shell.views.JarlObjectViewTree.JarlTreeNode
- All Implemented Interfaces:
- javax.swing.tree.TreeNode
- Direct Known Subclasses:
- JarlObjectViewTree.JarlObjectInfoTreeNode, JarlObjectViewTree.JarlRootTreeNode, JarlObjectViewTree.JarlStumpTreeNode, JarlObjectViewTree.WidgetConfigSegmentTreeNode
- Enclosing class:
- JarlObjectViewTree
- public abstract static class JarlObjectViewTree.JarlTreeNode
- extends java.lang.Object
- implements javax.swing.tree.TreeNode
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_childVector
protected java.util.Vector m_childVector
m_parent
protected javax.swing.tree.TreeNode m_parent
JarlObjectViewTree.JarlTreeNode
public JarlObjectViewTree.JarlTreeNode(javax.swing.tree.TreeNode parent)
getIndex
public int getIndex(javax.swing.tree.TreeNode node)
- Description copied from interface:
javax.swing.tree.TreeNode
- getIndex
- Specified by:
getIndex in interface javax.swing.tree.TreeNode
getParent
public javax.swing.tree.TreeNode getParent()
- Returns the parent
TreeNode of the receiver.
- Specified by:
getParent in interface javax.swing.tree.TreeNode
getChildAt
public javax.swing.tree.TreeNode getChildAt(int childIndex)
- Returns the child
TreeNode at index
childIndex.
- Specified by:
getChildAt in interface javax.swing.tree.TreeNode
getAllowsChildren
public boolean getAllowsChildren()
- Returns true if the receiver allows children.
- Specified by:
getAllowsChildren in interface javax.swing.tree.TreeNode
isLeaf
public boolean isLeaf()
- Returns true if the receiver is a leaf.
- Specified by:
isLeaf in interface javax.swing.tree.TreeNode
getChildCount
public int getChildCount()
- Returns the number of children
TreeNodes the receiver
contains.
- Specified by:
getChildCount in interface javax.swing.tree.TreeNode
children
public java.util.Enumeration children()
- Returns the children of the receiver as an
Enumeration.
- Specified by:
children in interface javax.swing.tree.TreeNode