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

Provides support for retrieving information on Commands from the workbench.

See:
           Description

Interface Summary
ICategory Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICategoryListener Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICommand Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICommandImageService Provides a look-up facility for images associated with commands.
ICommandListener Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICommandManager Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICommandManagerListener Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ICommandService Provides services related to the command architecture within the workbench.
IElementReference the ICommandService will return a reference for all callbacks that are registered.
IElementUpdater An IHandler for a command that expects to provide feedback through the registered element mechanism must implement this interface.
IHandler Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
IHandlerListener Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
IKeyConfiguration Deprecated. Please use the bindings support in the "org.eclipse.jface" plug-in instead.
IKeyConfigurationListener Deprecated. Please use the bindings support in the "org.eclipse.jface" plug-in instead.
IKeySequenceBinding Deprecated. Please use the bindings support in the "org.eclipse.jface" plug-in instead.
IWorkbenchCommandSupport Deprecated. Please use ICommandService and IHandlerService instead.
 

Class Summary
AbstractHandler Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ActionHandler Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
CategoryEvent Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
CommandEvent Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
CommandManagerEvent Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ExtensionParameterValues A generic implementation of IParameterValues that takes advantage of the IExecutableExtension mechanism.
HandlerEvent Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
HandlerSubmission Deprecated. Please use IHandlerService.activateHandler instead.
KeyConfigurationEvent Deprecated. Please use the bindings support in the "org.eclipse.jface" plug-in instead.
Priority Deprecated. This concept is now captured in the ISources integer constants.
 

Exception Summary
CommandException Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
ExecutionException Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
NotDefinedException Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
NotHandledException Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.
 

Package org.eclipse.ui.commands Description

Provides support for retrieving information on Commands from the workbench.

Package Specification

Most of org.eclipse.ui.commands.* is depracated in favour of org.eclipse.core.commands, but the ICommandService and associated classes are used to access the workbench view of org.eclipse.core.commands. getService(ICommandService.class) can be used to get the ICommandService from the workbench, workbench window, or part site.


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