Classes in
org.eclipse.core.commands used by
org.eclipse.core.commands
|
AbstractHandler
This class is a partial implementation of IHandler . |
AbstractParameterValueConverter
Supports conversion between objects and strings for command parameter values. |
Category
A logical group for a set of commands. |
CategoryEvent
An instance of this class describes changes to an instance of
Category . |
Command
A command is an abstract representation for some semantic behaviour. |
CommandEvent
An instance of this class describes changes to an instance of
Command . |
CommandManager
A central repository for commands -- both in the defined and undefined
states. |
CommandManagerEvent
An event indicating that the set of defined command identifiers has changed. |
ExecutionEvent
The data object to pass to the command (and its handler) as it executes. |
ExecutionException
Signals that an exception occured during the execution of a command. |
HandlerEvent
An instance of this class describes changes to an instance of
IHandler . |
ICategoryListener
An instance of this interface can be used by clients to receive notification
of changes to one or more instances of Category . |
ICommandListener
An instance of this interface can be used by clients to receive notification
of changes to one or more instances of Command . |
ICommandManagerListener
An instance of this interface can be used by clients to receive notification
of changes to one or more instances of ICommandManager . |
IExecutionListener
A listener to the execution of commands. |
IHandler
A handler is the pluggable piece of a command that handles execution. |
IHandler2
Extend the IHandler interface to provide some context for isEnabled()
requests. |
IHandlerListener
An instance of this interface can be used by clients to receive notification
of changes to one or more instances of IHandler . |
IObjectWithState
An object that holds zero or more state objects. |
IParameter
A parameter for a command. |
IParameterTypeListener
An instance of this interface can be used by clients to receive notification
of changes to one or more instances of
ParameterType . |
IParameterValues
The parameters for a command. |
IStateListener
A listener to changes in some state. |
NotEnabledException
Signals that an attempt was made to execute a command that is not enabled. |
NotHandledException
Signals that an attempt was made to access the properties of an unhandled
object. |
Parameterization
A parameter with a specific value. |
ParameterizedCommand
A command that has had one or more of its parameters specified. |
ParameterType
Provides information about the type of a command parameter. |
ParameterTypeEvent
An instance of this class describes changes to an instance of
ParameterType . |
ParameterValueConversionException
Signals that a problem occurred while converting a command parameter value
from string to object, or object to string. |
ParameterValuesException
Signals that a problem has occurred while trying to create an instance of
IParameterValues . |
SerializationException
Signals that an exception occured while serializing a
ParameterizedCommand to a string or deserializing a String to a
ParameterizedCommand . |
State
A piece of state information that can be shared between objects, and might be
persisted between sessions. |