| org.eclipse.core.commands |
|
| Java Source File Name | Type | Comment |
| AbstractHandler.java | Class |
This class is a partial implementation of IHandler. |
| Category.java | Class |
A logical group for a set of commands. |
| CategoryEvent.java | Class | An instance of this class describes changes to an instance of
Category. |
| Command.java | Class |
A command is an abstract representation for some semantic behaviour. |
| CommandEvent.java | Class | An instance of this class describes changes to an instance of
Command. |
| CommandManager.java | Class |
A central repository for commands -- both in the defined and undefined
states. |
| CommandManagerEvent.java | Class |
An event indicating that the set of defined command identifiers has changed. |
| ExecutionEvent.java | Class |
The data object to pass to the command (and its handler) as it executes. |
| ExecutionException.java | Class | Signals that an exception occured during the execution of a command. |
| HandlerEvent.java | Class | An instance of this class describes changes to an instance of
IHandler. |
| IHandler.java | Interface | A handler is the pluggable piece of a command that handles execution. |
| ParameterizedCommand.java | Class |
A command that has had one or more of its parameters specified. |