|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionEvent | |
---|---|
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. |
Uses of ExecutionEvent in org.eclipse.core.commands |
---|
Methods in org.eclipse.core.commands with parameters of type ExecutionEvent | |
Object |
IHandler.execute(ExecutionEvent event)
Executes with the map of parameter values by name. |
void |
IExecutionListener.preExecute(String commandId,
ExecutionEvent event)
Notifies the listener that a command is about to execute. |
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. |
Uses of ExecutionEvent in org.eclipse.jface.commands |
---|
Methods in org.eclipse.jface.commands with parameters of type ExecutionEvent | |
Object |
ActionHandler.execute(ExecutionEvent event)
|
Uses of ExecutionEvent in org.eclipse.team.ui.mapping |
---|
Methods in org.eclipse.team.ui.mapping with parameters of type ExecutionEvent | |
Object |
MergeActionHandler.execute(ExecutionEvent event)
|
Uses of ExecutionEvent in org.eclipse.ui.commands |
---|
Methods in org.eclipse.ui.commands with parameters of type ExecutionEvent | |
Object |
AbstractHandler.execute(ExecutionEvent event)
Deprecated. |
Uses of ExecutionEvent in org.eclipse.ui.editors.text |
---|
Methods in org.eclipse.ui.editors.text with parameters of type ExecutionEvent | |
Object |
FileBufferOperationHandler.execute(ExecutionEvent event)
|
Uses of ExecutionEvent in org.eclipse.ui.handlers |
---|
Methods in org.eclipse.ui.handlers that return ExecutionEvent | |
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. |
Methods in org.eclipse.ui.handlers with parameters of type ExecutionEvent | |
Object |
ShowViewHandler.execute(ExecutionEvent event)
|
Object |
ShowPerspectiveHandler.execute(ExecutionEvent event)
|
|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.