|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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[] |
ISite.getCategories()
Returns an array of categories defined by the site. |
ICategory |
ISite.getCategory(String name)
Returns the named site category. |
ICategory[] |
SiteFeatureReference.getCategories()
Returns an array of categories the referenced feature belong to. |
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 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |