Package | Description |
---|---|
org.eclipse.core.commands |
Application programming interfaces for commands and handlers.
|
org.eclipse.jface.commands |
Provides JFace-specific support for commands.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings
Package Specification
This package specifies the API for working with resources mappings.
|
org.eclipse.ui.commands | |
org.eclipse.ui.editors.text |
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
org.eclipse.ui.handlers |
Provides support for integrating handlers into the Eclipse workbench.
|
Modifier and Type | Method and Description |
---|---|
Object |
IHandler.execute(ExecutionEvent event)
Executes with the map of parameter values by name.
|
Object |
Command.execute(ExecutionEvent event)
Deprecated.
Please use
Command.executeWithChecks(ExecutionEvent)
instead. |
Object |
Command.executeWithChecks(ExecutionEvent event)
Executes this command by delegating to the current handler, if any.
|
void |
IExecutionListener.preExecute(String commandId,
ExecutionEvent event)
Notifies the listener that a command is about to execute.
|
Modifier and Type | Method and Description |
---|---|
Object |
ActionHandler.execute(ExecutionEvent event) |
Modifier and Type | Method and Description |
---|---|
Object |
MergeActionHandler.execute(ExecutionEvent event) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractHandler.execute(ExecutionEvent event)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
FileBufferOperationHandler.execute(ExecutionEvent event) |
Modifier and Type | Method and Description |
---|---|
ExecutionEvent |
IHandlerService.createExecutionEvent(Command command,
Event event)
Creates an execution event based on an SWT event.
|
ExecutionEvent |
IHandlerService.createExecutionEvent(ParameterizedCommand command,
Event event)
Creates a parameterized execution event based on an SWT event and a
parameterized command.
|
Modifier and Type | Method and Description |
---|---|
Object |
ShowPerspectiveHandler.execute(ExecutionEvent event) |
Object |
ShowViewHandler.execute(ExecutionEvent event) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.