Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.update.core.ICategory

Packages that use ICategory
org.eclipse.update.core Provides support for extending the base installation and update services.  
 

Uses of ICategory in org.eclipse.update.core
 

Classes in org.eclipse.update.core that implement ICategory
 class Category
          Convenience implementation of feature category definition.
 

Methods in org.eclipse.update.core that return ICategory
 ICategory[] ISiteFeatureReference.getCategories()
          Returns an array of categories the referenced feature belong to.
 ICategory[] Site.getCategories()
          Returns an array of categories defined by the site.
 ICategory Site.getCategory(String key)
          Returns the named site category.
 ICategory[] SiteFeatureReference.getCategories()
          Returns an array of categories the referenced feature belong to.
 ICategory[] ISite.getCategories()
          Returns an array of categories defined by the site.
 ICategory ISite.getCategory(String name)
          Returns the named site category.
 

Methods in org.eclipse.update.core with parameters of type ICategory
 void ISiteFeatureReference.addCategory(ICategory category)
          Adds a category to the referenced feature.
 void SiteFeatureReference.addCategory(ICategory category)
          Adds a category to the referenced feature.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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