|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContributor | |
---|---|
org.eclipse.core.runtime | Provides support for the runtime platform, core utility methods and the extension registry. |
org.eclipse.core.runtime.spi | Extension registry infrastructure for service providers Package Specification This package provides an infrastructure and helper utilities oriented towards service providers implementing their own extension registries. |
Uses of IContributor in org.eclipse.core.runtime |
---|
Methods in org.eclipse.core.runtime that return IContributor | |
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 |
IConfigurationElement.getContributor()
Returns the contributor of this configuration element. |
IContributor |
IExtensionPoint.getContributor()
Returns the contributor of this extension point. |
IContributor |
IExtension.getContributor()
Returns the contributor of this extension. |
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. |
Uses of IContributor in org.eclipse.core.runtime.spi |
---|
Classes in org.eclipse.core.runtime.spi that implement IContributor | |
class |
RegistryContributor
This class describes a registry contributor which is an entity that supplies information to the extension registry. |
|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.