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

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.UMLPackageTreeNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

public class UMLPackageTreeNode
extends CheckBoxTreeNode

UMLPackageTreeNode Node to show and manage UML package metadata from the caDSR

Version:
$Id: UMLPackageTreeNode.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
UMLPackageTreeNode(CheckBoxTree parentTree, java.lang.String packageName)
           
 
Method Summary
 java.lang.String getPackageName()
           
 java.lang.String[] getSelectedClasses()
           
 
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

UMLPackageTreeNode

public UMLPackageTreeNode(CheckBoxTree parentTree,
                          java.lang.String packageName)
Method Detail

getPackageName

public java.lang.String getPackageName()

getSelectedClasses

public java.lang.String[] getSelectedClasses()