public final class ChangeListsScopesProvider extends CustomScopesProviderEx
CustomScopesProviderEx.ScopePlace
CUSTOM_SCOPES_PROVIDER
Constructor and Description |
---|
ChangeListsScopesProvider(Project project) |
Modifier and Type | Method and Description |
---|---|
NamedScope |
getCustomScope(java.lang.String name) |
java.util.List<NamedScope> |
getCustomScopes() |
static ChangeListsScopesProvider |
getInstance(Project project) |
boolean |
isVetoed(NamedScope scope,
CustomScopesProviderEx.ScopePlace place) |
filterNoSettingsScopes, findPredefinedScope, getAllScope
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFilteredScopes
public ChangeListsScopesProvider(Project project)
public static ChangeListsScopesProvider getInstance(Project project)
public java.util.List<NamedScope> getCustomScopes()
public NamedScope getCustomScope(java.lang.String name)
getCustomScope
in class CustomScopesProviderEx
public boolean isVetoed(NamedScope scope, CustomScopesProviderEx.ScopePlace place)
isVetoed
in class CustomScopesProviderEx