Eclipse Platform
2.1

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

Packages that use ModelObject
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 ModelObject in org.eclipse.update.core
 

Subclasses of ModelObject in org.eclipse.update.core
 class ArchiveReference
          Convenience implementation of a site archive.
 class Category
          Convenience implementation of feature category definition.
 class Feature
          Convenience implementation of a feature.
 class FeatureReference
          Convenience implementation of a feature reference.
 class Import
          Convenience implementation of a plug-in dependency.
 class IncludedFeatureReference
          This is a utility class representing the options of a nested feature.
 class InstallHandlerEntry
          Convenience implementation of an install handler entry.
 class NonPluginEntry
          Convenience implementation of non-plug-in entry.
 class PluginEntry
          Convenience implementation of plug-in entry.
 class Site
          Convenience implementation of a site.
 class SiteFeatureReference
          Convenience implementation of a feature reference.
 class SiteFeatureReferenceModel
          Site Feature reference model object.
 class URLEntry
          Convenience implementation of an annotated URL.
 

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

Subclasses of ModelObject in org.eclipse.update.core.model
 class ArchiveReferenceModel
          Site archive model object.
 class CategoryModel
          Feature category definition model object.
 class ContentEntryModel
          Content entry model object.
 class FeatureModel
          Feature model object.
 class FeatureReferenceModel
          Feature reference model object.
 class ImportModel
          Plug-in dependency model object.
 class IncludedFeatureReferenceModel
          Included Feature reference model object.
 class InstallHandlerEntryModel
          Install handler entry model object.
 class NonPluginEntryModel
          Non-plug-in entry model object.
 class PluginEntryModel
          Plug-in entry model object.
 class SiteModel
          Site model object.
 class URLEntryModel
          Annotated URL model object.
 

Methods in org.eclipse.update.core.model with parameters of type ModelObject
protected  void ModelObject.markReferenceReadOnly(ModelObject o)
          Delegate setting of read-only
protected  void ModelObject.markListReferenceReadOnly(ModelObject[] o)
          Delegate setting of read-only
protected  void ModelObject.resolveReference(ModelObject o, URL url, URL bundleURL)
          Delegate resolution to referenced model
protected  void ModelObject.resolveListReference(ModelObject[] o, URL url, URL bundleURL)
          Delegate resolution to list of referenced models
 


Eclipse Platform
2.1

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