Eclipse Platform
Release 3.1

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.
 

Class Summary
ShowPerspectiveHandler Shows the given perspective.
ShowViewHandler Shows the given view.
 

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.


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.