Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

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
CollapseAllHandler Collapse a tree viewer.
HandlerUtil Some common utilities for working with handlers in Platform UI.
RadioState This state supports a radio-button like command, where the value of the parameterized command is stored as state.
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.
 

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.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire