|
Eclipse Platform Release 3.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. |
org.eclipse.core.runtime.dynamichelpers | Provides helpers to facilitate the authoring of dynamic plug-ins. |
Uses of IExtensionPoint in org.eclipse.core.runtime |
---|
Methods in org.eclipse.core.runtime that return IExtensionPoint | |
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. |
IExtensionPoint |
IExtensionDelta.getExtensionPoint()
Returns the affected extension point. |
Uses of IExtensionPoint in org.eclipse.core.runtime.dynamichelpers |
---|
Methods in org.eclipse.core.runtime.dynamichelpers with parameters of type IExtensionPoint | |
boolean |
IFilter.matches(IExtensionPoint target)
Return true if the given object matches the criteria for this filter |
static IFilter |
ExtensionTracker.createExtensionPointFilter(IExtensionPoint xpt)
Return an instance of filter matching all changes for the given extension point. |
static IFilter |
ExtensionTracker.createExtensionPointFilter(IExtensionPoint[] xpts)
Return an instance of filter matching all changes for the given extension points. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.