public class IndexFilter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static IndexFilter |
ALL |
| Constructor and Description |
|---|
IndexFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptBinding(IBinding binding)
Determines whether or not a binding is valid.
|
static IndexFilter |
getFilter()
Get an IndexFilter that accepts everything
|
public static final IndexFilter ALL
public static IndexFilter getFilter()
public boolean acceptBinding(IBinding binding) throws CoreException
binding - the binding being checked for validityCoreException