Package | Description |
---|---|
org.eclipse.core.commands |
Application programming interfaces for commands and handlers.
|
org.eclipse.ui.handlers |
Provides support for integrating handlers into the Eclipse workbench.
|
Modifier and Type | Method and Description |
---|---|
void |
IExecutionListenerWithChecks.notEnabled(String commandId,
NotEnabledException exception)
Notifies the listener that an attempt was made to execute a command that
is disabled.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.