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
-
Field Summary
Fields inherited from class JavaTreeNode
PRIORITY_BOOST_STATIC, PRIORITY_CONSTRUCTOR, PRIORITY_FIELD, PRIORITY_LOCAL_VAR, PRIORITY_METHOD, PRIORITY_TYPEFields inherited from class DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JavaTreeNode
compareTo, getASTNode, getIcon, setIcon, toStringMethods inherited from class SourceTreeNode
add, children, clone, cloneWithChildren, filter, getChildAfter, getChildAt, getChildBefore, getChildCount, getIndex, getSortPriority, isSortable, isSorted, refresh, setSortable, setSorted, setSortPriorityMethods inherited from class 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
-