com.sun.billf.tass.dbview
Class NonLeafNode

java.lang.Object
  extended bycom.sun.billf.tass.dbview.NonLeafNode
All Implemented Interfaces:
javax.swing.tree.TreeNode
Direct Known Subclasses:
ClassNode, PackageNode, PrefixNode, TopNode

public abstract class NonLeafNode
extends java.lang.Object
implements javax.swing.tree.TreeNode


Constructor Summary
NonLeafNode()
           
 
Method Summary
protected  void build(java.util.Collection vals)
           
 java.util.Enumeration children()
           
 boolean getAllowsChildren()
           
 javax.swing.tree.TreeNode getChildAt(int childIndex)
           
 int getChildCount()
           
 int getIndex(javax.swing.tree.TreeNode child)
           
protected  void insertKid(javax.swing.tree.TreeNode kid)
           
 boolean isLeaf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.tree.TreeNode
getParent
 

Constructor Detail

NonLeafNode

public NonLeafNode()
Method Detail

build

protected void build(java.util.Collection vals)

insertKid

protected void insertKid(javax.swing.tree.TreeNode kid)

children

public java.util.Enumeration children()
Specified by:
children in interface javax.swing.tree.TreeNode

getAllowsChildren

public boolean getAllowsChildren()
Specified by:
getAllowsChildren in interface javax.swing.tree.TreeNode

getChildAt

public javax.swing.tree.TreeNode getChildAt(int childIndex)
Specified by:
getChildAt in interface javax.swing.tree.TreeNode

getChildCount

public int getChildCount()
Specified by:
getChildCount in interface javax.swing.tree.TreeNode

getIndex

public int getIndex(javax.swing.tree.TreeNode child)
Specified by:
getIndex in interface javax.swing.tree.TreeNode

isLeaf

public boolean isLeaf()
Specified by:
isLeaf in interface javax.swing.tree.TreeNode