Eclipse Platform
2.1

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 IPluginRegistry.getExtensionPoint(String extensionPointId)
          Returns the extension point with the given extension point identifier in this plug-in registry, or null if there is no such extension point.
 IExtensionPoint IPluginRegistry.getExtensionPoint(String pluginId, String extensionPointName)
          Returns the extension point in this plug-in registry with the given plug-in identifier and extension point simple identifier, or null if there is no such extension point.
 IExtensionPoint[] IPluginRegistry.getExtensionPoints()
          Returns all extension points known to this plug-in registry.
 IExtensionPoint IPluginDescriptor.getExtensionPoint(String extensionPointId)
          Returns the extension point with the given simple identifier declared in this plug-in, or null if there is no such extension point.
 IExtensionPoint[] IPluginDescriptor.getExtensionPoints()
          Returns all extension points declared by this plug-in.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.