Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

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 IExtension. getContributor ()
          Returns the contributor of this extension.
  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.
  IExtensionPoint[] IExtensionRegistry. getExtensionPoints ( IContributor contributor)
          Returns all extension points supplied by the contributor, or null if there are no such extension points.
  IExtension[] IExtensionRegistry. getExtensions ( IContributor contributor)
          Returns all extensions supplied by the contributor, or null if there are no such extensions.
static  Bundle ContributorFactoryOSGi. resolve ( IContributor contributor)
          Returns the OSGi bundle used to define this contributor.
 

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.
 

Methods in org.eclipse.core.runtime.spi that return IContributor
  IContributor[] IDynamicExtensionRegistry. getAllContributors ()
          Returns all contributors associated with the registry at this time.
 

Methods in org.eclipse.core.runtime.spi with parameters of type IContributor
 boolean IDynamicExtensionRegistry. hasContributor ( IContributor contributor)
          Finds out if registry has the contributor.
 void IDynamicExtensionRegistry. removeContributor ( IContributor contributor, Object key)
          Removes all extensions and extension points provided by the contributor.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire