Uses of Class
org.eclipse.core.commands.ExecutionException
Packages that use ExecutionException
Package
Description
Application programming interfaces for commands and handlers.
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a set of actions related to running and debugging applications.
Provides support for shared UI resources such as menus,
tool bars, and status lines.
Provides JFace-specific support for commands.
Application programming interfaces for working with resource mappings.
Provides undo and redo support for a document.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.Provides support for integrating handlers into the Eclipse workbench.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of ExecutionException in org.eclipse.compare.internal
Methods in org.eclipse.compare.internal that throw ExecutionException -
Uses of ExecutionException in org.eclipse.core.commands
Methods in org.eclipse.core.commands with parameters of type ExecutionExceptionModifier and TypeMethodDescriptionvoidCommandManager.firePostExecuteFailure(String commandId, ExecutionException exception) Fires thepostExecuteFailureevent forexecutionListeners.voidIExecutionListener.postExecuteFailure(String commandId, ExecutionException exception) Notifies the listener that a command has failed to complete execution.Methods in org.eclipse.core.commands that throw ExecutionExceptionModifier and TypeMethodDescriptionCommand.execute(ExecutionEvent event) Deprecated.IHandler.execute(ExecutionEvent event) Executes with the map of parameter values by name.Deprecated.Please useParameterizedCommand.executeWithChecks(Object, Object)instead.Command.executeWithChecks(ExecutionEvent event) Executes this command by delegating to the current handler, if any.ParameterizedCommand.executeWithChecks(Object trigger, Object applicationContext) Executes this command with its parameters.final ObjectExecutionEvent.getObjectParameterForExecution(String parameterId) Returns the object represented by the string value of the parameter with the provided id. -
Uses of ExecutionException in org.eclipse.core.commands.operations
Methods in org.eclipse.core.commands.operations that throw ExecutionExceptionModifier and TypeMethodDescriptionIAdvancedUndoableOperation2.computeExecutionStatus(IProgressMonitor monitor) Return a status indicating the projected outcome of executing the receiver.TriggeredOperations.computeExecutionStatus(IProgressMonitor monitor) IAdvancedUndoableOperation.computeRedoableStatus(IProgressMonitor monitor) Return a status indicating the projected outcome of redoing the receiver.TriggeredOperations.computeRedoableStatus(IProgressMonitor monitor) IAdvancedUndoableOperation.computeUndoableStatus(IProgressMonitor monitor) Return a status indicating the projected outcome of undoing the receiver.TriggeredOperations.computeUndoableStatus(IProgressMonitor monitor) abstract IStatusAbstractOperation.execute(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.execute(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.execute(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Execute the specified operation and add it to the operations history if successful.IUndoableOperation.execute(IProgressMonitor monitor, IAdaptable info) Execute the operation.TriggeredOperations.execute(IProgressMonitor monitor, IAdaptable info) abstract IStatusAbstractOperation.redo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.redo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) IOperationHistory.redo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) Redo the most recently undone operation in the given context.IUndoableOperation.redo(IProgressMonitor monitor, IAdaptable info) Redo the operation.TriggeredOperations.redo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.redoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.redoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Redo the specified operation.abstract IStatusAbstractOperation.undo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.undo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) IOperationHistory.undo(IUndoContext context, IProgressMonitor monitor, IAdaptable info) Undo the most recently executed operation in the given context.IUndoableOperation.undo(IProgressMonitor monitor, IAdaptable info) Undo the operation.TriggeredOperations.undo(IProgressMonitor monitor, IAdaptable info) DefaultOperationHistory.undoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) IOperationHistory.undoOperation(IUndoableOperation operation, IProgressMonitor monitor, IAdaptable info) Undo the specified operation. -
Uses of ExecutionException in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui that throw ExecutionExceptionModifier and TypeMethodDescriptionstatic ISelectionDebugUITools.getDebugContextForEventChecked(ExecutionEvent event) Return the debug context for the given executionEvent. -
Uses of ExecutionException in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions that throw ExecutionException -
Uses of ExecutionException in org.eclipse.e4.core.commands.internal
Methods in org.eclipse.e4.core.commands.internal that throw ExecutionException -
Uses of ExecutionException in org.eclipse.help.ui.internal
Methods in org.eclipse.help.ui.internal that throw ExecutionExceptionModifier and TypeMethodDescriptionCloseHelpTrayHandler.execute(ExecutionEvent event) Executes the command. -
Uses of ExecutionException in org.eclipse.jface.action
Methods in org.eclipse.jface.action with parameters of type ExecutionExceptionModifier and TypeMethodDescriptionvoidExternalActionManager.CommandCallback.postExecuteFailure(IAction action, ExecutionException exception) voidExternalActionManager.IExecuteCallback.postExecuteFailure(IAction action, ExecutionException exception) Creates anExecutionExceptionwhen the action returned a failure. -
Uses of ExecutionException in org.eclipse.jface.commands
Methods in org.eclipse.jface.commands that throw ExecutionException -
Uses of ExecutionException in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping that throw ExecutionException -
Uses of ExecutionException in org.eclipse.text.undo
Methods in org.eclipse.text.undo that throw ExecutionException -
Uses of ExecutionException in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text that throw ExecutionException -
Uses of ExecutionException in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers that throw ExecutionExceptionModifier and TypeMethodDescriptionShowPerspectiveHandler.execute(ExecutionEvent event) ShowViewHandler.execute(ExecutionEvent event) IHandlerService.executeCommand(String commandId, Event event) Executes the command with the given identifier and no parameters.IHandlerService.executeCommand(ParameterizedCommand command, Event event) Executes the given parameterized command.IHandlerService.executeCommandInContext(ParameterizedCommand command, Event event, IEvaluationContext context) Executes the given parameterized command in the provided context.static CollectionHandlerUtil.getActiveContextsChecked(ExecutionEvent event) Return the active contexts.static IEditorPartHandlerUtil.getActiveEditorChecked(ExecutionEvent event) Return the active editor.static StringHandlerUtil.getActiveEditorIdChecked(ExecutionEvent event) Return the part id of the active editor.static IEditorInputHandlerUtil.getActiveEditorInputChecked(ExecutionEvent event) Return the input of the active editor.static ISelectionHandlerUtil.getActiveMenuEditorInputChecked(ExecutionEvent event) Return the active menu editor input.static CollectionHandlerUtil.getActiveMenusChecked(ExecutionEvent event) Return the menu IDs that were applied to the registered context menu.static ISelectionHandlerUtil.getActiveMenuSelectionChecked(ExecutionEvent event) Return the active menu selection.static IWorkbenchPartHandlerUtil.getActivePartChecked(ExecutionEvent event) Return the active part.static StringHandlerUtil.getActivePartIdChecked(ExecutionEvent event) Return the part id of the active part.static ShellHandlerUtil.getActiveShellChecked(ExecutionEvent event) Return the active shell.static IWorkbenchSiteHandlerUtil.getActiveSiteChecked(ExecutionEvent event) Return the active part site.static IWorkbenchWindowHandlerUtil.getActiveWorkbenchWindowChecked(ExecutionEvent event) Return the active workbench window.static ISelectionHandlerUtil.getCurrentSelectionChecked(ExecutionEvent event) Return the current selection.static ObjectHandlerUtil.getShowInInputChecked(ExecutionEvent event) Return the ShowInContext input.static ISelectionHandlerUtil.getShowInSelectionChecked(ExecutionEvent event) Return the ShowInContext selection.static ObjectHandlerUtil.getVariableChecked(ExecutionEvent event, String name) Extract the variable.static booleanHandlerUtil.matchesRadioState(ExecutionEvent event) Checks whether the radio state of the command is same as the radio state parameter's valuestatic booleanHandlerUtil.toggleCommandState(Command command) Toggles the command's state.static voidHandlerUtil.updateRadioState(Command command, String newState) Updates the radio state of the command to the given value -
Uses of ExecutionException in org.eclipse.ui.ide.undo
Methods in org.eclipse.ui.ide.undo that throw ExecutionExceptionModifier and TypeMethodDescriptionAbstractWorkspaceOperation.execute(IProgressMonitor monitor, IAdaptable uiInfo) Execute the specified operation.AbstractWorkspaceOperation.redo(IProgressMonitor monitor, IAdaptable uiInfo) Redo the specified operation.AbstractWorkspaceOperation.undo(IProgressMonitor monitor, IAdaptable uiInfo) Undo the specified operation. -
Uses of ExecutionException in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that throw ExecutionExceptionModifier and TypeMethodDescriptionActivateEditorHandler.execute(ExecutionEvent event) CloseAllHandler.execute(ExecutionEvent event) CloseEditorHandler.execute(ExecutionEvent event) CloseOthersHandler.execute(ExecutionEvent event) FilteredTableBaseHandler.execute(ExecutionEvent event) ShowInHandler.execute(ExecutionEvent event) SplitHandler.execute(ExecutionEvent event) -
Uses of ExecutionException in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties that throw ExecutionExceptionModifier and TypeMethodDescriptionNewPropertySheetHandler.execute(ExecutionEvent event) First tries to find a suitable instance to reuse for the given context, then creates a new instance if necessary.protected PropertySheetNewPropertySheetHandler.findPropertySheet(ExecutionEvent event, PropertyShowInContext context) Returns a PropertySheet instanceprotected PropertyShowInContextNewPropertySheetHandler.getShowInContext(ExecutionEvent event)
Command.executeWithChecks(ExecutionEvent)instead.