Package | Description |
---|---|
org.eclipse.core.runtime.dynamichelpers |
Provides helpers to facilitate the authoring of dynamic plug-ins.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionTracker
Implementation of the IExtensionTracker.
|
Modifier and Type | Method and Description |
---|---|
void |
IExtensionChangeHandler.addExtension(IExtensionTracker tracker,
IExtension extension)
This method is called whenever an extension conforming to the extension point filter
is being added to the registry.
|
Modifier and Type | Method and Description |
---|---|
IExtensionTracker |
IWorkbenchWindow.getExtensionTracker()
Return the extension tracker for the workbench.
|
IExtensionTracker |
IWorkbench.getExtensionTracker()
Return the extension tracker for the workbench.
|
IExtensionTracker |
IWorkbenchPage.getExtensionTracker()
Return the extension tracker for the workbench.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.