Package | Description |
---|---|
org.eclipse.update.core |
Provides support for extending the base installation
and update services.
|
org.eclipse.update.core.model |
Provides model support for extending the base installation
and update services.
|
Modifier and Type | Class and Description |
---|---|
class |
Category
Convenience implementation of feature category definition.
|
Modifier and Type | Method and Description |
---|---|
CategoryModel |
BaseSiteFactory.createSiteCategoryModel()
Create a concrete implementation of category model.
|
Modifier and Type | Method and Description |
---|---|
CategoryModel |
SiteModelFactory.createSiteCategoryModel()
Create a default category model.
|
CategoryModel[] |
SiteModel.getCategoryModels()
Returns an array of category models for this site.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteModel.addCategoryModel(CategoryModel category)
Adds a category model to site.
|
void |
SiteModel.removeCategoryModel(CategoryModel category)
Removes a category model from site.
|
void |
SiteModel.setCategoryModels(CategoryModel[] categories)
Sets the site categories.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.