Uses of Class
org.eclipse.search.ui.text.MatchFilter
-
Packages that use MatchFilter Package Description org.eclipse.search.ui.text 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 MatchFilter Modifier and Type Method Description MatchFilter[]FilterUpdateEvent. getActiveFilters()Returns the the filters currently set, ornullif filters have been disabled.MatchFilter[]AbstractTextSearchResult. getActiveMatchFilters()Returns the active match filters for this result.MatchFilter[]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 MatchFilter Modifier and Type Method Description voidAbstractTextSearchResult. setActiveMatchFilters(MatchFilter[] filters)Sets the active match filters for this result.Constructors in org.eclipse.search.ui.text with parameters of type MatchFilter Constructor Description FilterUpdateEvent(ISearchResult searchResult, Match[] matches, MatchFilter[] filters)Constructs a newFilterUpdateEvent.
-