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

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

Uses of IUpdateSearchCategory in org.eclipse.update.search
 

Methods in org.eclipse.update.search that return IUpdateSearchCategory
static IUpdateSearchCategory UpdateSearchRequest.createDefaultSiteSearchCategory()
          Returns a site search category for use in discovering new function on update sites.
static IUpdateSearchCategory UpdateSearchRequest.createDefaultUpdatesSearchCategory()
          Returns an updates search category for use in discovering updates to existing function on update sites.
 IUpdateSearchCategory UpdateSearchRequest.getCategory()
          Returns the search catagory used in this request.
 

Constructors in org.eclipse.update.search with parameters of type IUpdateSearchCategory
UpdateSearchRequest(IUpdateSearchCategory category, UpdateSearchScope scope)
          The constructor that accepts the search category and scope objects.