Eclipse Platform
Release 3.0

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 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 IFeature.getFeatureContentConsumer()
          Returns the content consumer for this feature.
 IFeatureContentConsumer Feature.getFeatureContentConsumer()
          Returns the content consumer for this feature.
 

Methods in org.eclipse.update.core with parameters of type IFeatureContentConsumer
 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.
 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.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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