Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.core.runtime.IContributor

Packages that use IContributor
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry.  
 

Uses of IContributor in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return IContributor
 IContributor IExtension.getContributor()
          Returns the contributor of this extension.
 IContributor IConfigurationElement.getContributor()
          Returns the contributor of this configuration element.
static IContributor ContributorFactoryOSGi.createContributor(Bundle contributor)
          Creates registry contributor object based on a Bundle.
static IContributor ContributorFactorySimple.createContributor(Object determiningObject)
          Creates registry contributor object based on a determining object.The determining object must not be null.
 IContributor IExtensionPoint.getContributor()
          Returns the contributor of this extension point.
 

Methods in org.eclipse.core.runtime with parameters of type IContributor
 boolean IExtensionRegistry.addContribution(InputStream is, IContributor contributor, boolean persist, String name, ResourceBundle translationBundle, Object token)
          Adds to this extension registry an extension point(s), extension(s), or a combination of those described by the XML file.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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