|
Eclipse Platform Release 3.1 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Class Summary | |
---|---|
ShowPerspectiveHandler | Shows the given perspective. |
ShowViewHandler | Shows the given view. |
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
.
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.