org.eclipse.ui.contexts |
Package-level Javadoc
Provides support for integrating contexts into the Eclipse workbench.
Package Specification
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 .
|
Java Source File Name | Type | Comment |
ContextEvent.java | Class | An instance of this class describes changes to an instance of
IContext . |
ContextException.java | Class | Signals that an exception occurred within the context architecture. |
ContextManagerEvent.java | Class | An instance of this class describes changes to an instance of
IContextManager . |
EnabledSubmission.java | Class |
An instance of this class represents a request to enabled a context. |
IContext.java | Interface | An instance of this interface is an context as defined by the extension point
org.eclipse.ui.contexts .
An instance of this interface can be obtained from an instance of
IContextManager for any identifier, whether or not an context
with that identifier is defined in the extension registry.
The handle-based nature of this API allows it to work well with runtime
plugin activation and deactivation. |
IContextActivation.java | Interface |
A token representing the activation of a context. |
IContextListener.java | Interface | An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IContext . |
IContextManager.java | Interface |
A context manager tracks the sets of defined and enabled contexts within the
application. |
IContextManagerListener.java | Interface | An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IContextManager . |
IContextService.java | Interface |
Provides services related to contexts in the Eclipse workbench. |
IWorkbenchContextSupport.java | Interface |
An instance of this interface provides support for managing contexts at the
IWorkbench level. |
NotDefinedException.java | Class | Signals that an attempt was made to access the properties of an undefined
object. |