public class BasePsiNode<T extends PsiElement> extends PackageDependenciesNode
myColor, myProject, NOT_CHANGED
Constructor and Description |
---|
BasePsiNode(T element) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.awt.Color |
getColor() |
PsiFile |
getContainingFile() |
int |
getContainingFiles() |
javax.swing.Icon |
getIcon() |
PsiElement |
getPsiElement() |
int |
getWeight() |
int |
hashCode() |
boolean |
isDeprecated() |
boolean |
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, toString
public BasePsiNode(T element)
public PsiElement getPsiElement()
getPsiElement
in class PackageDependenciesNode
public javax.swing.Icon getIcon()
getIcon
in class PackageDependenciesNode
public java.awt.Color getColor()
getColor
in class PackageDependenciesNode
public int getWeight()
getWeight
in class PackageDependenciesNode
public int getContainingFiles()
getContainingFiles
in class PackageDependenciesNode
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PsiFile getContainingFile()
public boolean isValid()
isValid
in class PackageDependenciesNode
public boolean isDeprecated()