com.sun.billf.tass.dbview
Class ClassNode

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

public class ClassNode
extends NonLeafNode
implements javax.swing.tree.TreeNode, java.lang.Comparable


Constructor Summary
ClassNode(java.lang.String name, TassDatabase db, PackageNode parent)
           
 
Method Summary
 void addMember(MemberNode child)
           
 int compareTo(java.lang.Object other)
           
 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

ClassNode

public ClassNode(java.lang.String name,
                 TassDatabase db,
                 PackageNode parent)
Method Detail

getParent

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

addMember

public void addMember(MemberNode child)

toString

public java.lang.String toString()

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable