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:
java.io.Serializable,java.lang.Cloneable,java.lang.Comparable<SourceTreeNode>,javax.swing.tree.MutableTreeNode,javax.swing.tree.TreeNode
class TypeDeclarationTreeNode extends JavaTreeNode
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_TYPE
-
-
Constructor Summary
Constructors Constructor Description TypeDeclarationTreeNode(TypeDeclaration typeDec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText(boolean selected)-
Methods inherited from class org.fife.rsta.ac.java.tree.JavaTreeNode
compareTo, getASTNode, getIcon, setIcon, toString
-
Methods inherited from class org.fife.rsta.ac.SourceTreeNode
add, children, clone, cloneWithChildren, filter, getChildAfter, getChildAt, getChildBefore, getChildCount, getIndex, getSortPriority, isSortable, isSorted, refresh, setSortable, setSorted, setSortPriority
-
Methods 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 Detail
-
TypeDeclarationTreeNode
TypeDeclarationTreeNode(TypeDeclaration typeDec)
-
-
Method Detail
-
getText
public java.lang.String getText(boolean selected)
- Overrides:
getTextin classJavaTreeNode
-
-