|
Eclipse Platform Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.search.ui.text.MatchFilter
public abstract class MatchFilter
A match filter is used to evaluate the filter state of a match (Match.isFiltered()
. Filters are
managed by the (AbstractTextSearchResult
.
Constructor Summary | |
---|---|
MatchFilter()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchFilter()
Method Detail |
---|
public abstract boolean filters(Match match)
match
- the match to look at
true
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()
|
Eclipse Platform Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.