gov.nih.nci.cagrid.data.ui.tree.uml
Class UMLClassTreeNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by gov.nih.nci.cagrid.data.ui.tree.CheckBoxTreeNode
          extended by gov.nih.nci.cagrid.data.ui.tree.uml.UMLClassTreeNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

public class UMLClassTreeNode
extends CheckBoxTreeNode

UMLCLassTreeNode Tree node to represent a UML Class from the caDSR

Version:
$Id: UMLClassTreeNode.java,v 1.1 2007/07/12 17:20:52 dervin Exp $
Author:
David W. Ervin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
UMLClassTreeNode(CheckBoxTree parentTree, java.lang.String className)
           
 
Method Summary
 java.lang.String getClassName()
           
 
Methods inherited from class gov.nih.nci.cagrid.data.ui.tree.CheckBoxTreeNode
allChildrenChecked, getCheckBox, getCheckedChildren, isChecked, noChildrenChecked
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UMLClassTreeNode

public UMLClassTreeNode(CheckBoxTree parentTree,
                        java.lang.String className)
Method Detail

getClassName

public java.lang.String getClassName()