Package org.eclipse.ui.handlers
Provides support for integrating handlers into the Eclipse workbench.
See:
Description
Interface Summary
|
IHandlerActivation
|
A token representing the activation of a handler. |
IHandlerService
|
Provides services related to activating and deactivating handlers within the
workbench. |
Package org.eclipse.ui.handlers Description
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
.
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.