Package org.eclipse.ui.commands
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.
-
Interface Summary Interface Description 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 useICommandService
andIHandlerService
instead. -
Class Summary Class Description 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 ofIParameterValues
that takes advantage of theIExecutableExtension
mechanism.HandlerEvent Deprecated. Please use the "org.eclipse.core.commands" plug-in instead.HandlerSubmission Deprecated. Please useIHandlerService.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 theISources
integer constants. -
Exception Summary Exception Description 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.