com.sun.billf.tass.dbview
Class TopNode

java.lang.Object
  extended bycom.sun.billf.tass.dbview.NonLeafNode
      extended bycom.sun.billf.tass.dbview.TopNode
All Implemented Interfaces:
javax.swing.tree.TreeNode

public class TopNode
extends NonLeafNode
implements javax.swing.tree.TreeNode


Constructor Summary
TopNode(java.lang.String name, TassDatabase db)
           
 
Method Summary
 javax.swing.tree.TreeNode getParent()
           
 java.lang.String toString()
           
 
Methods inherited from class com.sun.billf.tass.dbview.NonLeafNode
build, children, getAllowsChildren, getChildAt, getChildCount, getIndex, insertKid, isLeaf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, isLeaf
 

Constructor Detail

TopNode

public TopNode(java.lang.String name,
               TassDatabase db)
Method Detail

getParent

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

toString

public java.lang.String toString()