public abstract class MatchFilter extends 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 String |
getActionLabel()
Returns the label of the filter as shown by the filter action.
|
abstract String |
getDescription()
Returns the description of the filter as shown in the match filter selection dialog.
|
abstract String |
getID()
Returns an ID of this filter.
|
abstract 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 String getName()
public abstract String getDescription()
public abstract String getActionLabel()
public abstract String getID()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.