|
Eclipse Platform 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |