See: Description
Interface | Description |
---|---|
IHandlerActivation |
A token representing the activation of a handler.
|
IHandlerService |
Provides services related to activating and deactivating handlers within the
workbench.
|
Class | Description |
---|---|
RegistryRadioState |
A radio state that can be read from the registry.
|
RegistryToggleState |
A toggle state that can be read from the registry.
|
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
.
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.