public abstract class FiltersManager extends Object
FiltersDescription
Modifier and Type | Class and Description |
---|---|
static interface |
FiltersManager.Filterable
RefactoringElement s should implement this interface if they
should be filterable in the results. |
Constructor and Description |
---|
FiltersManager() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isSelected(String filterName)
Indicates if a filter is selected.
|
public abstract boolean isSelected(String filterName)
filterName
- the name of the filter to check