Eclipse Platform
Release 3.0

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

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

Uses of IExtensionPoint in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return IExtensionPoint
 IExtensionPoint IExtensionDelta.getExtensionPoint()
          Returns the affected extension point.
 IExtensionPoint IPluginRegistry.getExtensionPoint(String extensionPointId)
          Deprecated. Replaced by IExtensionRegistry.getExtensionPoint(String).
 IExtensionPoint IPluginRegistry.getExtensionPoint(String pluginId, String extensionPointName)
          Deprecated. Replaced by IExtensionRegistry.getExtensionPoint(String, String).
 IExtensionPoint[] IPluginRegistry.getExtensionPoints()
          Deprecated. Replaced by IExtensionRegistry.getExtensionPoints().
 IExtensionPoint IPluginDescriptor.getExtensionPoint(String extensionPointId)
          Deprecated. Use
     Platform.getExtensionRegistry().getExtensionPoint(id, extensionPointId) 
 
where id is the plug-in id.
 IExtensionPoint[] IPluginDescriptor.getExtensionPoints()
          Deprecated. Use
     Platform.getExtensionRegistry().getExtensionPoints(id) 
 
where id is the plug-in id.
 IExtensionPoint IExtensionRegistry.getExtensionPoint(String extensionPointId)
          Returns the extension point with the given extension point identifier in this extension registry, or null if there is no such extension point.
 IExtensionPoint IExtensionRegistry.getExtensionPoint(String namespace, String extensionPointName)
          Returns the extension point in this extension registry with the given namespace and extension point simple identifier, or null if there is no such extension point.
 IExtensionPoint[] IExtensionRegistry.getExtensionPoints()
          Returns all extension points known to this extension registry.
 IExtensionPoint[] IExtensionRegistry.getExtensionPoints(String namespace)
          Returns all extension points declared in the given namespace.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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