Eclipse Platform
Release 3.3

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

Guidelines for using Eclipse APIs.

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