|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFilter | |
|---|---|
| org.eclipse.higgins.idas.api | Defines the core set of interfaces for IdAS. |
| Uses of IFilter in org.eclipse.higgins.idas.api |
|---|
| Methods in org.eclipse.higgins.idas.api that return IFilter | |
|---|---|
IFilter |
IContext.buildFilter()
Builds an IFilter instance that may be used when calling IContext.getEntities(IFilter) |
| Methods in org.eclipse.higgins.idas.api with parameters of type IFilter | |
|---|---|
void |
IFilter.addFilter(IFilter filter)
Adds a filter to the set of filters. |
Iterator |
IContext.getEntities(IFilter filter)
|
Iterator |
IContext.getEntities(IFilter filter,
Iterator attrSelectionList)
From this context, return IEntitys that match the specified filter |
Iterator |
IContext.getEntities(IFilter filter,
Iterator attrSelectionList,
IExtension[] extensions)
From this context, return IEntitys that match the specified filter |
void |
IFilterAttributeAssertion.setAttributeFilter(IFilter attributeFilter)
Adds an (meta) attribute filter to this attribute assertion. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||