Uses of Interface
org.eclipse.ui.handlers.IHandlerActivation
Packages that use IHandlerActivation
Package
Description
Provides support for integrating handlers into the Eclipse workbench.
-
Uses of IHandlerActivation in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers that return IHandlerActivationModifier and TypeMethodDescriptionIHandlerService.activateHandler
(String commandId, IHandler handler) Activates the given handler within the context of this service.IHandlerService.activateHandler
(String commandId, IHandler handler, Expression expression) Activates the given handler within the context of this service.IHandlerService.activateHandler
(String commandId, IHandler handler, Expression expression, boolean global) Activates the given handler within the context of this service.IHandlerService.activateHandler
(String commandId, IHandler handler, Expression expression, int sourcePriorities) Deprecated.IHandlerService.activateHandler
(IHandlerActivation activation) Activates the given handler from a child service.Methods in org.eclipse.ui.handlers with parameters of type IHandlerActivationModifier and TypeMethodDescriptionIHandlerService.activateHandler
(IHandlerActivation activation) Activates the given handler from a child service.void
IHandlerService.deactivateHandler
(IHandlerActivation activation) Deactivates the given handler within the context of this service.
IHandlerService.activateHandler(String, IHandler, Expression)
instead.