|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionException | |
---|---|
org.eclipse.core.commands | Application programming interfaces for commands and handlers. |
org.eclipse.core.commands.operations | Classes for the creation of undoable operations which can be added to an operations history and later be undone and redone. |
org.eclipse.jface.commands | Provides JFace-specific support for commands. |
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 ExecutionException in org.eclipse.core.commands |
---|
Methods in org.eclipse.core.commands with parameters of type ExecutionException | |
void |
IExecutionListener.postExecuteFailure(String commandId,
ExecutionException exception)
Notifies the listener that a command has failed to complete execution. |
Methods in org.eclipse.core.commands that throw ExecutionException | |
Object |
ParameterizedCommand.execute(Object trigger,
Object applicationContext)
Executes this command with its parameters. |
Object |
IHandler.execute(ExecutionEvent event)
Executes with the map of parameter values by name. |
Object |
Command.execute(ExecutionEvent event)
Executes this command by delegating to the current handler, if any. |
Uses of ExecutionException in org.eclipse.core.commands.operations |
---|
Methods in org.eclipse.core.commands.operations that throw ExecutionException | |
IStatus |
TriggeredOperations.execute(IProgressMonitor monitor,
IAdaptable info)
|
IStatus |
TriggeredOperations.redo(IProgressMonitor monitor,
IAdaptable info)
|
IStatus |
TriggeredOperations.undo(IProgressMonitor monitor,
IAdaptable info)
|
IStatus |
TriggeredOperations.computeUndoableStatus(IProgressMonitor monitor)
|
IStatus |
TriggeredOperations.computeRedoableStatus(IProgressMonitor monitor)
|
IStatus |
IUndoableOperation.execute(IProgressMonitor monitor,
IAdaptable info)
Execute the operation. |
IStatus |
IUndoableOperation.redo(IProgressMonitor monitor,
IAdaptable info)
Redo the operation. |
IStatus |
IUndoableOperation.undo(IProgressMonitor monitor,
IAdaptable info)
Undo the operation. |
IStatus |
IOperationHistory.execute(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
Execute the specified operation and add it to the operations history if successful. |
IStatus |
IOperationHistory.redo(IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
Redo the most recently undone operation in the given context |
IStatus |
IOperationHistory.redoOperation(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
Redo the specified operation |
IStatus |
IOperationHistory.undo(IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
Undo the most recently executed operation in the given context |
IStatus |
IOperationHistory.undoOperation(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
Undo the specified operation |
IStatus |
IAdvancedUndoableOperation.computeUndoableStatus(IProgressMonitor monitor)
Return a status indicating the projected outcome of undoing the receiver. |
IStatus |
IAdvancedUndoableOperation.computeRedoableStatus(IProgressMonitor monitor)
Return a status indicating the projected outcome of redoing the receiver. |
IStatus |
DefaultOperationHistory.execute(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
|
IStatus |
DefaultOperationHistory.redo(IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
|
IStatus |
DefaultOperationHistory.redoOperation(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
|
IStatus |
DefaultOperationHistory.undo(IUndoContext context,
IProgressMonitor monitor,
IAdaptable info)
|
IStatus |
DefaultOperationHistory.undoOperation(IUndoableOperation operation,
IProgressMonitor monitor,
IAdaptable info)
|
abstract IStatus |
AbstractOperation.execute(IProgressMonitor monitor,
IAdaptable info)
|
abstract IStatus |
AbstractOperation.redo(IProgressMonitor monitor,
IAdaptable info)
|
abstract IStatus |
AbstractOperation.undo(IProgressMonitor monitor,
IAdaptable info)
|
Uses of ExecutionException in org.eclipse.jface.commands |
---|
Methods in org.eclipse.jface.commands that throw ExecutionException | |
Object |
ActionHandler.execute(ExecutionEvent event)
|
Uses of ExecutionException in org.eclipse.ui.commands |
---|
Methods in org.eclipse.ui.commands that throw ExecutionException | |
Object |
AbstractHandler.execute(ExecutionEvent event)
Deprecated. |
Constructors in org.eclipse.ui.commands with parameters of type ExecutionException | |
ExecutionException(ExecutionException e)
Deprecated. Constructs a new instance of ExecutionException using an
instance of the new ExecutionException . |
Uses of ExecutionException in org.eclipse.ui.editors.text |
---|
Methods in org.eclipse.ui.editors.text that throw ExecutionException | |
Object |
FileBufferOperationHandler.execute(ExecutionEvent event)
|
Uses of ExecutionException in org.eclipse.ui.handlers |
---|
Methods in org.eclipse.ui.handlers that throw ExecutionException | |
Object |
ShowViewHandler.execute(ExecutionEvent event)
|
Object |
ShowPerspectiveHandler.execute(ExecutionEvent event)
|
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.