Uses of Class
org.eclipse.search.ui.text.MatchFilter
Packages that use 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
Methods in org.eclipse.search.ui.text that return MatchFilterModifier and TypeMethodDescriptionFilterUpdateEvent.getActiveFilters()Returns the the filters currently set, ornullif 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.Methods in org.eclipse.search.ui.text with parameters of type MatchFilterModifier and TypeMethodDescriptionvoidAbstractTextSearchResult.setActiveMatchFilters(MatchFilter[] filters) Sets the active match filters for this result.Constructors in org.eclipse.search.ui.text with parameters of type MatchFilterModifierConstructorDescriptionFilterUpdateEvent(ISearchResult searchResult, Match[] matches, MatchFilter[] filters) Constructs a newFilterUpdateEvent.