Eclipse Platform
2.1

Uses of Class
org.eclipse.update.core.model.CategoryModel

Packages that use CategoryModel
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. 
 

Uses of CategoryModel in org.eclipse.update.core
 

Subclasses of CategoryModel in org.eclipse.update.core
 class Category
          Convenience implementation of feature category definition.
 

Methods in org.eclipse.update.core that return CategoryModel
 CategoryModel BaseSiteFactory.createSiteCategoryModel()
          Create a concrete implementation of category model.
 

Uses of CategoryModel in org.eclipse.update.core.model
 

Methods in org.eclipse.update.core.model that return CategoryModel
 CategoryModel SiteModelFactory.createSiteCategoryModel()
          Create a default category model.
 CategoryModel[] SiteModel.getCategoryModels()
          Returns an array of category models for this site.
 

Methods in org.eclipse.update.core.model with parameters of type CategoryModel
 void SiteModel.setCategoryModels(CategoryModel[] categories)
          Sets the site categories.
 void SiteModel.addCategoryModel(CategoryModel category)
          Adds a category model to site.
 void SiteModel.removeCategoryModel(CategoryModel category)
          Removes a category model from site.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.