Eclipse Platform
2.1

Uses of Interface
org.eclipse.update.core.IFeatureContentConsumer

Packages that use IFeatureContentConsumer
org.eclipse.update.core Provides support for extending the base installation and update services. 
 

Uses of IFeatureContentConsumer in org.eclipse.update.core
 

Methods in org.eclipse.update.core that return IFeatureContentConsumer
 IFeatureContentConsumer IFeature.getFeatureContentConsumer()
          Returns the content consumer for this feature.
 IFeatureContentConsumer IFeatureContentConsumer.getParent()
          Returns the feature content consumer that opened this feature content consumer, or null if this feature content consumer is a root feature content consumer.
 IFeatureContentConsumer[] IFeatureContentConsumer.getChildren()
          Returns the feature content consumers that this feature content consumer opened
 IFeatureContentConsumer Feature.getFeatureContentConsumer()
          Returns the content consumer for this feature.
 

Methods in org.eclipse.update.core with parameters of type IFeatureContentConsumer
 void BaseInstallHandler.completeInstall(IFeatureContentConsumer consumer)
          Called after the feature files and any downloaded plug-ins have been installed.
 void IInstallHandler.completeInstall(IFeatureContentConsumer consumer)
          Called after the feature files and any downloaded plug-ins have been installed.
 void IFeatureContentConsumer.setParent(IFeatureContentConsumer parent)
          Sets the parent for this content consumer.
 IFeatureReference Site.install(IFeature sourceFeature, IFeatureReference[] optionalFeatures, IFeatureContentConsumer parentContentConsumer, IVerifier parentVerifier, IVerificationListener verificationListener, IProgressMonitor progress)
          Install the specified feature on this site using the content consumer as a context to install the feature in.
 


Eclipse Platform
2.1

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