Package-level Javadoc
Provides support for integrating handlers into the Eclipse workbench.
Package Specification
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 .
|