Uses of Package
org.eclipse.ui.commands
-
Packages that use org.eclipse.ui.commands 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.keys Provides support for integrating keys into the Eclipse workbench. -
Classes in org.eclipse.ui.commands used by org.eclipse.ui Class Description IWorkbenchCommandSupport Deprecated.Please useICommandService
andIHandlerService
instead. -
Classes in org.eclipse.ui.commands used by org.eclipse.ui.commands Class 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 useIHandlerService.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 theISources
integer constants. -
Classes in org.eclipse.ui.commands used by org.eclipse.ui.keys Class Description ICommandService Provides services related to the command architecture within the workbench.