Eclipse Platform
Release 3.6

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

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

Subclasses of IncludedFeatureReferenceModel in org.eclipse.update.core
 class IncludedFeatureReference
          Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This API will be deleted in a future release. See bug 311590 for details.
 

Methods in org.eclipse.update.core that return IncludedFeatureReferenceModel
 IncludedFeatureReferenceModel BaseFeatureFactory.createIncludedFeatureReferenceModel()
          Deprecated. Create a concrete implementation of included feature reference model.
 

Constructors in org.eclipse.update.core with parameters of type IncludedFeatureReferenceModel
IncludedFeatureReference(IncludedFeatureReferenceModel includedFeatureRefModel)
          Deprecated.  
 

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

Methods in org.eclipse.update.core.model that return IncludedFeatureReferenceModel
 IncludedFeatureReferenceModel FeatureModelFactory.createIncludedFeatureReferenceModel()
          Deprecated. Create a default included feature reference model.
 

Methods in org.eclipse.update.core.model with parameters of type IncludedFeatureReferenceModel
 void FeatureModel.addIncludedFeatureReferenceModel(IncludedFeatureReferenceModel include)
          Deprecated. Adds a feature identifier.
 

Constructors in org.eclipse.update.core.model with parameters of type IncludedFeatureReferenceModel
IncludedFeatureReferenceModel(IncludedFeatureReferenceModel includedFeatureRef)
          Deprecated. Construct a included feature reference model
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.