Uses of Interface
org.eclipse.core.runtime.IExtensionPoint
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
Provides helpers to facilitate the authoring of dynamic plug-ins.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of IExtensionPoint in org.eclipse.core.runtime
Modifier and TypeMethodDescriptionIExtensionDelta.getExtensionPoint()
Returns the affected extension point.IExtensionRegistry.getExtensionPoint
(String extensionPointId) Returns the extension point with the given extension point identifier in this extension registry, ornull
if there is no such extension point.IExtensionRegistry.getExtensionPoint
(String namespace, String extensionPointName) Returns the extension point in this extension registry with the given namespace and extension point simple identifier, ornull
if there is no such extension point.IExtensionRegistry.getExtensionPoints()
Returns all extension points known to this extension registry.IExtensionRegistry.getExtensionPoints
(String namespace) Returns all extension points declared in the given namespace.IExtensionRegistry.getExtensionPoints
(IContributor contributor) Returns all extension points supplied by the contributor, ornull
if there are no such extension points.Modifier and TypeMethodDescriptionvoid
IRegistryEventListener.added
(IExtensionPoint[] extensionPoints) Notifies this listener that extension points were added to the registry.void
IRegistryEventListener.removed
(IExtensionPoint[] extensionPoints) Notifies this listener that extension points were removed from the registry.boolean
IExtensionRegistry.removeExtensionPoint
(IExtensionPoint extensionPoint, Object token) Removes the specified extension point from this registry. -
Uses of IExtensionPoint in org.eclipse.core.runtime.dynamichelpers
Modifier and TypeMethodDescriptionstatic 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.boolean
IFilter.matches
(IExtensionPoint target) Returntrue
if the given object matches the criteria for this filter. -
Uses of IExtensionPoint in org.eclipse.equinox.bidi.internal
Modifier and TypeMethodDescriptionvoid
StructuredTextTypesCollector.added
(IExtensionPoint[] extensionPoints) void
StructuredTextTypesCollector.removed
(IExtensionPoint[] extensionPoints) -
Uses of IExtensionPoint in org.eclipse.ui.views.properties
Modifier and TypeMethodDescriptionvoid
PropertySheet.added
(IExtensionPoint[] extensionPoints) void
PropertySheet.removed
(IExtensionPoint[] extensionPoints)