Provides support for retrieving information on Commands from the workbench.
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.
|
Provides support for retrieving information on Commands from the workbench.
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.