public abstract class MatchFilter
extends java.lang.Object
Match.isFiltered(). Filters are
managed by the (AbstractTextSearchResult.| Constructor and Description |
|---|
MatchFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
filters(Match match)
Returns whether the given match is filtered by this filter.
|
abstract java.lang.String |
getActionLabel()
Returns the label of the filter as shown by the filter action.
|
abstract java.lang.String |
getDescription()
Returns the description of the filter as shown in the match filter selection dialog.
|
abstract java.lang.String |
getID()
Returns an ID of this filter.
|
abstract java.lang.String |
getName()
Returns the name of the filter as shown in the match filter selection dialog.
|
public abstract boolean filters(Match match)
match - the match to look attrue if the given match should be filtered or false if not.public abstract java.lang.String getName()
public abstract java.lang.String getDescription()
public abstract java.lang.String getActionLabel()
public abstract java.lang.String getID()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.