See: Description
Interface | Description |
---|---|
IContext | Deprecated
Please use the "org.eclipse.core.commands" plug-in instead.
|
IContextActivation |
A token representing the activation of a context.
|
IContextListener | Deprecated
Please use the "org.eclipse.core.commands" plug-in instead.
|
IContextManager | Deprecated
Please use the "org.eclipse.core.commands" plug-in instead.
|
IContextManagerListener | Deprecated
Please use the "org.eclipse.core.commands" plug-in instead.
|
IContextService |
Provides services related to contexts in the Eclipse workbench.
|
IWorkbenchContextSupport | Deprecated
Please use
IBindingService and
IContextService instead. |
Class | Description |
---|---|
ContextEvent | Deprecated
Please use the "org.eclipse.core.commands" plug-in instead.
|
ContextManagerEvent | Deprecated
Please use the "org.eclipse.core.commands" plug-in instead.
|
EnabledSubmission | Deprecated
Please use
IContextService.activateContext
instead. |
Exception | Description |
---|---|
ContextException | Deprecated
Please use the "org.eclipse.core.commands" plug-in instead.
|
NotDefinedException | Deprecated
Please use the "org.eclipse.core.commands" plug-in instead.
|
Provides support for integrating contexts into the Eclipse workbench.
This package provides the classes required to integrate contexts into the Eclipse workbench.
To use the context integration, the method getAdapter
is called on
the Eclipse workbench, with the argument IContextService.class
.
This will return an instance of IContextService
.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.