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 |
Provides support for customizing welcome content and presentation.
|
Modifier and Type | Method and Description |
---|---|
void |
IExtensionRegistry.addRegistryChangeListener(IRegistryChangeListener listener)
Note: for new implementations consider using
IExtensionRegistry.addListener(IRegistryEventListener) . |
void |
IExtensionRegistry.addRegistryChangeListener(IRegistryChangeListener listener,
String namespace)
Note: for new implementations consider using
IExtensionRegistry.addListener(IRegistryEventListener, String) . |
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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.