Eclipse Platform
Release 3.0

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

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

Subclasses of FeatureReferenceModel in org.eclipse.update.core
 class FeatureReference
          Convenience implementation of a feature reference.
 class IncludedFeatureReference
          This is a utility class representing the options of a nested feature.
 class SiteFeatureReference
          Convenience implementation of a feature reference.
 class SiteFeatureReferenceModel
          Site Feature reference model object.
 

Constructors in org.eclipse.update.core with parameters of type FeatureReferenceModel
FeatureReference(FeatureReferenceModel ref)
          Constructor FeatureReference.
 

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

Subclasses of FeatureReferenceModel in org.eclipse.update.core.model
 class IncludedFeatureReferenceModel
          Included Feature reference model object.
 

Methods in org.eclipse.update.core.model with parameters of type FeatureReferenceModel
 void SiteModel.setFeatureReferenceModels(FeatureReferenceModel[] featureReferences)
          Sets the feature references for this site.
 void SiteModel.removeFeatureReferenceModel(FeatureReferenceModel featureReference)
          Removes a feature reference model from site.
 

Constructors in org.eclipse.update.core.model with parameters of type FeatureReferenceModel
FeatureReferenceModel(FeatureReferenceModel ref)
          Constructor FeatureReferenceModel.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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