Eclipse Platform
Release 3.1

Uses of Package
org.eclipse.core.commands

Packages that use org.eclipse.core.commands
org.eclipse.core.commands Application programming interfaces for commands and handlers.  
org.eclipse.core.commands.operations Classes for the creation of undoable operations which can be added to an operations history and later be undone and redone.  
org.eclipse.jface.action Provides support for shared UI resources such as menus, tool bars, and status lines.  
org.eclipse.jface.bindings Provides support for bindings between commands and various user input events (e.g., keyboard shortcuts). 
org.eclipse.jface.bindings.keys Provides support for bindings between commands and keys. 
org.eclipse.jface.commands Provides JFace-specific support for commands. 
org.eclipse.ui.commands   
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench. 
org.eclipse.ui.keys Provides support for integrating keys into the Eclipse workbench. 
 

Classes in org.eclipse.core.commands used by org.eclipse.core.commands
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.
IHandlerListener
          An instance of this interface can be used by clients to receive notification of changes to one or more instances of IHandler.
IParameter
           A parameter for a command.
IParameterValues
           The parameters for a command.
NotHandledException
          Signals that an attempt was made to access the properties of an unhandled object.
Parameterization
           A parameter with a specific value.
ParameterValuesException
           Signals that a problem has occurred while trying to create an instance of IParameterValues.
 

Classes in org.eclipse.core.commands used by org.eclipse.core.commands.operations
ExecutionException
          Signals that an exception occured during the execution of a command.
 

Classes in org.eclipse.core.commands used by org.eclipse.jface.action
CommandManager
           A central repository for commands -- both in the defined and undefined states.
 

Classes in org.eclipse.core.commands used by org.eclipse.jface.bindings
CommandManager
           A central repository for commands -- both in the defined and undefined states.
ParameterizedCommand
           A command that has had one or more of its parameters specified.
 

Classes in org.eclipse.core.commands used by org.eclipse.jface.bindings.keys
ParameterizedCommand
           A command that has had one or more of its parameters specified.
 

Classes in org.eclipse.core.commands used by org.eclipse.jface.commands
AbstractHandler
           This class is a partial implementation of IHandler.
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.
IHandler
          A handler is the pluggable piece of a command that handles execution.
IHandlerListener
          An instance of this interface can be used by clients to receive notification of changes to one or more instances of IHandler.
 

Classes in org.eclipse.core.commands used by org.eclipse.ui.commands
AbstractHandler
           This class is a partial implementation of IHandler.
Category
           A logical group for a set of commands.
Command
           A command is an abstract representation for some semantic behaviour.
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.
IExecutionListener
           A listener to the execution of commands.
IParameterValues
           The parameters for a command.
NotHandledException
          Signals that an attempt was made to access the properties of an unhandled object.
 

Classes in org.eclipse.core.commands used by org.eclipse.ui.editors.text
AbstractHandler
           This class is a partial implementation of IHandler.
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.
IHandler
          A handler is the pluggable piece of a command that handles execution.
 

Classes in org.eclipse.core.commands used by org.eclipse.ui.handlers
AbstractHandler
           This class is a partial implementation of IHandler.
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.
IHandler
          A handler is the pluggable piece of a command that handles execution.
 

Classes in org.eclipse.core.commands used by org.eclipse.ui.keys
ParameterizedCommand
           A command that has had one or more of its parameters specified.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.