Uses of Interface
org.eclipse.ui.commands.IHandler
-
Packages that use IHandler Package Description org.eclipse.ui.commands 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 IHandler Modifier and Type Class Description classAbstractHandlerDeprecated.Please use the "org.eclipse.core.commands" plug-in instead.classActionHandlerDeprecated.Please use the "org.eclipse.core.commands" plug-in instead.Methods in org.eclipse.ui.commands that return IHandler Modifier and Type Method Description IHandlerHandlerEvent. getHandler()Deprecated.IHandlerHandlerSubmission. getHandler()Deprecated.Constructors in org.eclipse.ui.commands with parameters of type IHandler Constructor Description HandlerEvent(IHandler handler, boolean attributeValuesByNameChanged, Map previousAttributeValuesByName)Deprecated.HandlerSubmission(String activePartId, Shell activeShell, IWorkbenchPartSite activeWorkbenchPartSite, String commandId, IHandler handler, Priority priority)Deprecated.
-