Uses of Interface
org.eclipse.ui.commands.IHandler
Packages that use IHandler
Package
Description
Provides support for retrieving information on Commands from the workbench.
-
Uses of IHandler in org.eclipse.ui.commands
Classes in org.eclipse.ui.commands that implement IHandlerModifier and TypeClassDescriptionclassDeprecated.Please use the "org.eclipse.core.commands" plug-in instead.final classDeprecated.Please use the "org.eclipse.core.commands" plug-in instead.Methods in org.eclipse.ui.commands that return IHandlerModifier and TypeMethodDescriptionHandlerEvent.getHandler()Deprecated.HandlerSubmission.getHandler()Deprecated.Constructors in org.eclipse.ui.commands with parameters of type IHandlerModifierConstructorDescriptionHandlerEvent(IHandler handler, boolean attributeValuesByNameChanged, Map previousAttributeValuesByName) Deprecated.HandlerSubmission(String activePartId, Shell activeShell, IWorkbenchPartSite activeWorkbenchPartSite, String commandId, IHandler handler, Priority priority) Deprecated.