|
Interface Summary |
| ICategory |
An instance of ICategory is a handle representing a category
as defined by the extension point org.eclipse.ui.commands. |
| 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. |
| ICommandHandlerService |
An instance of this interface allows clients to manage command handlers. |
| ICommandHandlerServiceListener |
An instance of this interface can be used by clients to receive notification
of changes to one or more instances of ICommandHandlerService. |
| ICommandListener |
An instance of ICommandListener 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 ICommandManagerListener can be used by clients
to receive notification of changes to one or more instances of ICommandManager. |
| ICommandService |
TODO javadoc
|
| ICommandServiceEvent |
An instance of ICommandServiceEvent describes changes to an
instance of ICommandService. |
| ICommandServiceListener |
An instance of ICommandServiceListener can be used by clients
to receive notification of changes to one or more instances of ICommandService. |
| ICompoundCommandHandlerService |
An instance of this interface allows clients to manage command handlers. |
| IContextBinding |
An instance of IActivityBinding represents a binding between
a command and an activity. |
| IHandler |
|
| IImageBinding |
An instance of IImageBinding represents a binding between a
command and an image
|
| 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. |
| IKeySequenceBinding |
An instance of IKeySequenceBinding represents a binding
between a command and a key sequence. |
| IMutableCommandHandlerService |
An instance of this interface allows clients to manage command handlers. |
| IWorkbenchCommandSupport |
An instance of this interface provides support for managing commands at the
IWorkbench level. |
| IWorkbenchPageCommandSupport |
An instance of this interface provides support for managing commands at the
IWorkbenchPage level. |
| IWorkbenchPartSiteCommandSupport |
An instance of this interface provides support for managing commands at the
IWorkbenchPartSite level. |
| IWorkbenchWindowCommandSupport |
An instance of this interface provides support for managing commands at the
IWorkbenchWindow level. |