public class ModuleGroupNode extends PackageDependenciesNode
myColor, myProject, NOT_CHANGED| Constructor and Description |
|---|
ModuleGroupNode(ModuleGroup moduleGroup,
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() |
ModuleGroup |
getModuleGroup() |
java.lang.String |
getModuleGroupName() |
Project |
getProject() |
int |
hashCode() |
java.lang.String |
toString() |
add, addFile, canNavigate, canNavigateToSource, canSelectInLeftTree, getColor, getComment, getContainingFiles, getPresentableFilesCount, getPsiElement, getRegisteredFiles, getUserObject, getWeight, 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 ModuleGroupNode(ModuleGroup moduleGroup, Project project)
public void fillFiles(java.util.Set<? super PsiFile> set, boolean recursively)
fillFiles in class PackageDependenciesNodepublic javax.swing.Icon getIcon()
getIcon in class PackageDependenciesNodepublic java.lang.String toString()
toString in class javax.swing.tree.DefaultMutableTreeNodepublic java.lang.String getModuleGroupName()
public ModuleGroup getModuleGroup()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic Project getProject()