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, 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 ModuleGroupNode(ModuleGroup moduleGroup, Project project)
public void fillFiles(java.util.Set<? super PsiFile> set, boolean recursively)
fillFiles
in class PackageDependenciesNode
public javax.swing.Icon getIcon()
getIcon
in class PackageDependenciesNode
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
public java.lang.String getModuleGroupName()
public ModuleGroup getModuleGroup()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Project getProject()