org.eclipse.ui.commands |
Package-level Javadoc
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.
|
Java Source File Name | Type | Comment |
AbstractHandler.java | Class | This class is a partial implementation of IHandler . |
ActionHandler.java | Class | This class adapts instances of IAction to
IHandler . |
CategoryEvent.java | Class | An instance of this class describes changes to an instance of
ICategory . |
CommandEvent.java | Class | An instance of this class describes changes to an instance of
ICommand . |
CommandException.java | Class | Signals that an exception occurred within the command architecture. |
CommandManagerEvent.java | Class | An instance of this class describes changes to an instance of
ICommandManager . |
ExecutionException.java | Class | Signals that an exception occured during the execution of a command. |
ExtensionParameterValues.java | Class |
A generic implementation of IParameterValues that takes advantage
of the IExecutableExtension mechanism. |
HandlerEvent.java | Class | An instance of this class describes changes to an instance of
IHandler . |
HandlerSubmission.java | Class |
An instance of this class represents a request to handle a command. |
ICategory.java | Interface |
A category is a grouping of commands by functional area. |
ICategoryListener.java | Interface |
An instance of ICategoryListener can be used by clients to
receive notification of changes to one or more instances of
ICategory . |
ICommand.java | Interface |
An instance of ICommand is a handle representing a command as
defined by the extension point org.eclipse.ui.commands . |
ICommandListener.java | Interface | An instance of this interface can be used by clients to receive notification
of changes to one or more instances of ICommand . |
ICommandManager.java | Interface |
An instance of ICommandManager can be used to obtain instances
of ICommand , as well as manage whether or not those instances
are active or inactive, enabled or disabled. |
ICommandManagerListener.java | Interface | An instance of this interface can be used by clients to receive notification
of changes to one or more instances of ICommandManager . |
ICommandService.java | Interface |
Provides services related to the command architecture within the workbench. |
IElementReference.java | Interface | the ICommandService will return a reference for all callbacks that are
registered. |
IElementUpdater.java | Interface | An IHandler for a command that expects to provide feedback through the
registered element mechanism must implement this interface. |
IHandler.java | Interface | A handler is the pluggable piece of a command that handles execution. |
IHandlerListener.java | Interface | An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IHandler . |
IKeyConfiguration.java | Interface |
An instance of IKeyConfiguration is a handle representing a
key configuration as defined by the extension point
org.eclipse.ui.commands . |
IKeyConfigurationListener.java | Interface |
An instance of IKeyConfigurationListener can be used by
clients to receive notification of changes to one or more instances of
IKeyConfiguration . |
IKeySequenceBinding.java | Interface |
An instance of IKeySequenceBinding represents a binding
between a command and a key sequence. |
IWorkbenchCommandSupport.java | Interface | An instance of this interface provides support for managing commands at the
IWorkbench level. |
KeyConfigurationEvent.java | Class | An instance of this class describes changes to an instance of
IKeyConfiguration . |
NotDefinedException.java | Class | Signals that an attempt was made to access the properties of an undefined
object. |
NotHandledException.java | Class | Signals that an attempt was made to access the properties of an unhandled
object. |
Priority.java | Class |
An instance of this interface represents a priority for use with instances of
HandlerSubmission .
The order of precedence (from highest to lowest) is as follows. |