public class DirectoryGroupingRule extends SingleParentUsageGroupingRule implements DumbAware
Modifier and Type | Field and Description |
---|---|
protected Project |
myProject |
EMPTY_ARRAY
Constructor and Description |
---|
DirectoryGroupingRule(Project project) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionTitle() |
protected UsageGroup |
getGroupForFile(VirtualFile dir) |
static DirectoryGroupingRule |
getInstance(Project project) |
protected UsageGroup |
getParentGroupFor(Usage usage,
UsageTarget [] targets) |
getParentGroupsFor, groupUsage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRank
protected final Project myProject
public DirectoryGroupingRule(Project project)
public static DirectoryGroupingRule getInstance(Project project)
protected UsageGroup getParentGroupFor(Usage usage, UsageTarget [] targets)
getParentGroupFor
in class SingleParentUsageGroupingRule
protected UsageGroup getGroupForFile(VirtualFile dir)
public java.lang.String getActionTitle()