Package | Description |
---|---|
org.eclipse.ui.handlers |
Provides support for integrating handlers into the Eclipse workbench.
|
Modifier and Type | Method and Description |
---|---|
IHandlerActivation |
IHandlerService.activateHandler(IHandlerActivation activation)
Activates the given handler from a child service.
|
IHandlerActivation |
IHandlerService.activateHandler(String commandId,
IHandler handler)
Activates the given handler within the context of this service.
|
IHandlerActivation |
IHandlerService.activateHandler(String commandId,
IHandler handler,
Expression expression)
Activates the given handler within the context of this service.
|
IHandlerActivation |
IHandlerService.activateHandler(String commandId,
IHandler handler,
Expression expression,
boolean global)
Activates the given handler within the context of this service.
|
IHandlerActivation |
IHandlerService.activateHandler(String commandId,
IHandler handler,
Expression expression,
int sourcePriorities)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IHandlerActivation |
IHandlerService.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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.