Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.update.search.IUpdateSearchFilter

Packages that use IUpdateSearchFilter
org.eclipse.update.search Provides support for performing searches and filtering of features.  
 

Uses of IUpdateSearchFilter in org.eclipse.update.search
 

Classes in org.eclipse.update.search that implement IUpdateSearchFilter
 class BackLevelFilter
          This class can be added to the update search request to filter out features that are back-level (are older or the same as the features already installed).
 class BaseFilter
          Base filter class Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 class EnvironmentFilter
          This class can be added to the update search request to filter out features that do not match the current environment settings.
 class VersionedIdentifiersFilter
          This class can be added to the update search request to filter out features that are not part of the specified set.
 

Methods in org.eclipse.update.search with parameters of type IUpdateSearchFilter
 void IUpdateSearchQuery.run(ISite site, String[] categoriesToSkip, IUpdateSearchFilter filter, IUpdateSearchResultCollector collector, IProgressMonitor monitor)
          Executes the query.
 void UpdateSearchRequest.addFilter(IUpdateSearchFilter filter)
          Adds a filter to this request.
 void UpdateSearchRequest.removeFilter(IUpdateSearchFilter filter)
          Removes the filter from this request.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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