public final class ChangeListsScopesProvider extends CustomScopesProviderEx
CustomScopesProviderEx.ScopePlaceCUSTOM_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, getAllScopeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilteredScopespublic 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 CustomScopesProviderExpublic boolean isVetoed(NamedScope scope, CustomScopesProviderEx.ScopePlace place)
isVetoed in class CustomScopesProviderEx