public class ClassNode extends MemberNode<PsiClass> implements java.lang.Comparable<ClassNode>
myColor, myProject, NOT_CHANGED
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ClassNode o) |
java.lang.String |
toString() |
isDeprecated
equals, getColor, getContainingFile, getContainingFiles, getIcon, getPsiElement, getWeight, hashCode, isValid
add, addFile, canNavigate, canNavigateToSource, canSelectInLeftTree, fillFiles, getComment, getPresentableFilesCount, getRegisteredFiles, getUserObject, hasMarked, hasUnmarked, isEquals, isSorted, navigate, setEquals, setSorted, sortChildren, updateColor
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, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
public ClassNode(PsiClass aClass)