Package | Description |
---|---|
org.eclipse.core.commands |
Application programming interfaces for commands and handlers.
|
org.eclipse.ui.commands |
Provides support for retrieving information on Commands from the workbench.
|
org.eclipse.ui.handlers |
Provides support for integrating handlers into the Eclipse workbench.
|
Modifier and Type | Method and Description |
---|---|
void |
IExecutionListener.notHandled(String commandId,
NotHandledException exception)
Notifies the listener that an attempt was made to execute a command with
no handler.
|
Modifier and Type | Method and Description |
---|---|
Object |
Command.execute(ExecutionEvent event)
Deprecated.
Please use
Command.executeWithChecks(ExecutionEvent)
instead. |
Object |
ParameterizedCommand.execute(Object trigger,
Object applicationContext)
Deprecated.
Please use
ParameterizedCommand.executeWithChecks(Object, Object)
instead. |
Object |
Command.executeWithChecks(ExecutionEvent event)
Executes this command by delegating to the current handler, if any.
|
Object |
ParameterizedCommand.executeWithChecks(Object trigger,
Object applicationContext)
Executes this command with its parameters.
|
Constructor and Description |
---|
NotHandledException(NotHandledException e)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
IHandlerService.executeCommand(ParameterizedCommand command,
Event event)
Executes the given parameterized command.
|
Object |
IHandlerService.executeCommand(String commandId,
Event event)
Executes the command with the given identifier and no parameters.
|
Object |
IHandlerService.executeCommandInContext(ParameterizedCommand command,
Event event,
IEvaluationContext context)
Executes the given parameterized command in the provided context.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.