Uses of Class
org.eclipse.search.ui.text.MatchFilter
Package
Description
Provides the base classes to implement a search result view part for searches with textual matches.
-
Uses of MatchFilter in org.eclipse.search.ui.text
Modifier and TypeMethodDescriptionFilterUpdateEvent.getActiveFilters()
Returns the the filters currently set, ornull
if filters have been disabled.AbstractTextSearchResult.getActiveMatchFilters()
Returns the active match filters for this result.AbstractTextSearchResult.getAllMatchFilters()
Returns all applicable filters for this result or null if match filters are not supported.Modifier and TypeMethodDescriptionvoid
AbstractTextSearchResult.setActiveMatchFilters
(MatchFilter[] filters) Sets the active match filters for this result.ModifierConstructorDescriptionFilterUpdateEvent
(ISearchResult searchResult, Match[] matches, MatchFilter[] filters) Constructs a newFilterUpdateEvent
.