| Package | Description |
|---|---|
| oracle.ucs.userprefs |
| Modifier and Type | Method and Description |
|---|---|
Filter |
FilterSet.createFilter(String name)
Creates an empty
Filter classes in the context of current
FilterSet. |
Filter |
FilterSet.getFilter(int index)
Returns the filter at the specified position in this list.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
FilterSet.getFilters()
Get all filters from this filter set in an unmodifiable list.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FilterSet.addFilter(Filter filter)
Adds a filter to the FilterSet.
|
boolean |
FilterSet.containsFilter(Filter filter)
Checks if a filter is in this filter set.
|
void |
FilterSet.deleteFilter(Filter filter)
Deletes a specific filter from current FilterSet.
|
int |
FilterSet.indexOf(Filter filter)
Gets current index of the filter in the list.
|
Copyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.