Package | Description |
---|---|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
org.eclipse.core.runtime.dynamichelpers |
Provides helpers to facilitate the authoring of dynamic plug-ins.
|
org.eclipse.ui.intro.config |
Modifier and Type | Method and Description |
---|---|
void |
IExtensionRegistry.addRegistryChangeListener(IRegistryChangeListener listener)
Adds the given listener for registry change events.
|
void |
IExtensionRegistry.addRegistryChangeListener(IRegistryChangeListener listener,
String namespace)
Adds the given listener for registry change events related to extension points
in the given namespace.
|
void |
IExtensionRegistry.removeRegistryChangeListener(IRegistryChangeListener listener)
Removes the given registry change listener from this registry.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionTracker
Implementation of the IExtensionTracker.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomizableIntroPart
A re-usable intro part that the Eclipse platform uses for its Out of the Box
Experience.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.