Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


 

Uses of Package
org.eclipse.ui.commands

Packages that use org.eclipse.ui.commands
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.commands   
org.eclipse.ui.help Classes for integration with the help support system in the Eclipse Platform User Interface.  
 

Classes in org.eclipse.ui.commands used by org.eclipse.ui
IWorkbenchCommandSupport
          An instance of this interface provides support for managing commands at the IWorkbench level.
 

Classes in org.eclipse.ui.commands used by org.eclipse.ui.commands
AbstractHandler
          This class is a partial implementation of IHandler.
CategoryEvent
          An instance of this class describes changes to an instance of ICategory.
CommandEvent
          An instance of this class describes changes to an instance of ICommand.
CommandException
          Signals that an exception occured within the command architecture.
CommandManagerEvent
          An instance of this class describes changes to an instance of ICommandManager.
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.
HandlerSubmission
           An instance of this class represents a request to handle a command.
ICategory
           A category is a grouping of commands by functional area.
ICategoryListener
           An instance of ICategoryListener can be used by clients to receive notification of changes to one or more instances of ICategory.
ICommand
           An instance of ICommand is a handle representing a command as defined by the extension point org.eclipse.ui.commands.
ICommandListener
          An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICommand.
ICommandManager
           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
          An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICommandManager.
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.
IKeyConfiguration
           An instance of IKeyConfiguration is a handle representing a key configuration as defined by the extension point org.eclipse.ui.commands.
IKeyConfigurationListener
           An instance of IKeyConfigurationListener can be used by clients to receive notification of changes to one or more instances of IKeyConfiguration.
KeyConfigurationEvent
          An instance of this class describes changes to an instance of IKeyConfiguration.
NotDefinedException
          Signals that an attempt was made to access the properties of an undefined object.
NotHandledException
          Signals that an attempt was made to access the properties of an unhandled object.
Priority
           An instance of this interface represents a priority for use with instances of HandlerSubmission.
 

Classes in org.eclipse.ui.commands used by org.eclipse.ui.help
ICommand
           An instance of ICommand is a handle representing a command as defined by the extension point org.eclipse.ui.commands.
 


 

Overview

 
Package  Class  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV   NEXT FRAMES    NO FRAMES  


Guidelines for using Eclipse APIs.

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