Provides support for integrating handlers into the Eclipse workbench.
This package provides the classes required to integrate handlers into the Eclipse workbench.
To use the handler integration, the method getAdapter
is called on
the Eclipse workbench, with the argument IHandlerService.class
.
This will return an instance of IHandlerService
.