Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.search.ui.text.MatchFilter

Packages that use MatchFilter
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
 MatchFilter[] FilterUpdateEvent.getActiveFilters()
          Returns the the filters currently set, or null if 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
 void AbstractTextSearchResult.setActiveMatchFilters(MatchFilter[] filters)
          Sets the active match filters for this result.
 

Constructors in org.eclipse.search.ui.text with parameters of type MatchFilter
FilterUpdateEvent(ISearchResult searchResult, Match[] matches, MatchFilter[] filters)
          Constructs a new FilterUpdateEvent.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.