Package | Description |
---|---|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.commands |
Provides support for retrieving information on Commands from the workbench.
|
org.eclipse.ui.help |
Classes for integration with the help support system
in the Eclipse Platform User Interface.
|
org.eclipse.ui.keys |
Provides support for integrating keys into the Eclipse workbench.
|
Class and Description |
---|
IWorkbenchCommandSupport
Deprecated.
Please use
ICommandService and
IHandlerService instead. |
Class and Description |
---|
AbstractHandler
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
CategoryEvent
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
CommandEvent
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
CommandException
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
CommandManagerEvent
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
ExecutionException
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
HandlerEvent
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
HandlerSubmission
Deprecated.
Please use
IHandlerService.activateHandler
instead. |
ICategory
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
ICategoryListener
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
ICommand
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
ICommandListener
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
ICommandManager
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
ICommandManagerListener
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
IElementReference
the ICommandService will return a reference for all callbacks that are
registered.
|
IHandler
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
IHandlerListener
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
IKeyConfiguration
Deprecated.
Please use the bindings support in the "org.eclipse.jface"
plug-in instead.
|
IKeyConfigurationListener
Deprecated.
Please use the bindings support in the "org.eclipse.jface"
plug-in instead.
|
KeyConfigurationEvent
Deprecated.
Please use the bindings support in the "org.eclipse.jface"
plug-in instead.
|
NotDefinedException
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
NotHandledException
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
Priority
Deprecated.
This concept is now captured in the
ISources
integer constants. |
Class and Description |
---|
ICommand
Deprecated.
Please use the "org.eclipse.core.commands" plug-in instead.
|
Class and Description |
---|
ICommandService
Provides services related to the command architecture within the workbench.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.