Package org.fife.rsta.ac.java.tree
Class TypeDeclarationTreeNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
org.fife.rsta.ac.SourceTreeNode
org.fife.rsta.ac.java.tree.JavaTreeNode
org.fife.rsta.ac.java.tree.TypeDeclarationTreeNode
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<SourceTreeNode>,MutableTreeNode,TreeNode
Tree node for type declarations.
- Version:
- 1.0
-
Field Summary
Fields inherited from class org.fife.rsta.ac.java.tree.JavaTreeNode
PRIORITY_BOOST_STATIC, PRIORITY_CONSTRUCTOR, PRIORITY_FIELD, PRIORITY_LOCAL_VAR, PRIORITY_METHOD, PRIORITY_TYPEFields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.fife.rsta.ac.java.tree.JavaTreeNode
compareTo, getASTNode, getIcon, setIcon, toStringMethods inherited from class org.fife.rsta.ac.SourceTreeNode
add, children, clone, cloneWithChildren, filter, getChildAfter, getChildAt, getChildBefore, getChildCount, getIndex, getSortPriority, isSortable, isSorted, refresh, setSortable, setSorted, setSortPriorityMethods inherited from class javax.swing.tree.DefaultMutableTreeNode
breadthFirstEnumeration, depthFirstEnumeration, getAllowsChildren, getDepth, getFirstChild, getFirstLeaf, 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
-
Constructor Details
-
TypeDeclarationTreeNode
TypeDeclarationTreeNode(TypeDeclaration typeDec)
-
-
Method Details
-
getText
- Overrides:
getTextin classJavaTreeNode
-