org.annotation.wordfreak.viewer
Class AnnotationTreeNode

java.lang.Object
  extended byjavax.swing.tree.DefaultMutableTreeNode
      extended byorg.annotation.util.SortedTreeNode
          extended byorg.annotation.wordfreak.viewer.AnnotationTreeNode
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable, javax.swing.tree.MutableTreeNode, java.io.Serializable, TreeComparable, javax.swing.tree.TreeNode

public class AnnotationTreeNode
extends SortedTreeNode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.annotation.util.SortedTreeNode
data
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
AnnotationTreeNode(TreeComparable data)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.annotation.util.SortedTreeNode
add, compareTo, getChildrenWithProperty, getContainedNodesWithProperty, getContainedNodesWithProperty, getContainerNodeWithProperty, getNode, gt, hasProperty, intersects, lt, showIndent, showIndent, subsumes
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationTreeNode

public AnnotationTreeNode(TreeComparable data)
Method Detail

toString

public java.lang.String toString()


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.