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
.