public class LibraryNode extends PackageDependenciesNode
myColor, myProject, NOT_CHANGED| Constructor and Description |
|---|
LibraryNode(OrderEntry libraryOrJdk,
Project project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
void |
fillFiles(java.util.Set<? super PsiFile> set,
boolean recursively) |
javax.swing.Icon |
getIcon() |
int |
getWeight() |
int |
hashCode() |
java.lang.String |
toString() |
add, addFile, canNavigate, canNavigateToSource, canSelectInLeftTree, getColor, getComment, getContainingFiles, getPresentableFilesCount, getPsiElement, getRegisteredFiles, getUserObject, hasMarked, hasUnmarked, isEquals, isSorted, isValid, navigate, setEquals, setSorted, sortChildren, updateColorbreadthFirstEnumeration, 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, setUserObjectpublic LibraryNode(OrderEntry libraryOrJdk, Project project)
public void fillFiles(java.util.Set<? super PsiFile> set, boolean recursively)
fillFiles in class PackageDependenciesNodepublic java.lang.String toString()
toString in class javax.swing.tree.DefaultMutableTreeNodepublic int getWeight()
getWeight in class PackageDependenciesNodepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic javax.swing.Icon getIcon()
getIcon in class PackageDependenciesNode