Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.core.commands.ExecutionEvent

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 Provides support for retrieving information on Commands from the workbench. 
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
 java.lang.Object IHandler.execute(ExecutionEvent event)
          Executes with the map of parameter values by name.
 java.lang.Object Command.execute(ExecutionEvent event)
          Deprecated. Please use Command.executeWithChecks(ExecutionEvent) instead.
 java.lang.Object Command.executeWithChecks(ExecutionEvent event)
          Executes this command by delegating to the current handler, if any.
 void IExecutionListener.preExecute(java.lang.String commandId, ExecutionEvent event)
          Notifies the listener that a command is about to execute.
 

Uses of ExecutionEvent in org.eclipse.jface.commands
 

Methods in org.eclipse.jface.commands with parameters of type ExecutionEvent
 java.lang.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
 java.lang.Object MergeActionHandler.execute(ExecutionEvent event)
           
 

Uses of ExecutionEvent in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands with parameters of type ExecutionEvent
 java.lang.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
 java.lang.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
 java.lang.Object ShowViewHandler.execute(ExecutionEvent event)
           
 java.lang.Object ShowPerspectiveHandler.execute(ExecutionEvent event)
           
static java.util.Collection HandlerUtil.getActiveContexts(ExecutionEvent event)
          Return the active contexts.
static java.util.Collection HandlerUtil.getActiveContextsChecked(ExecutionEvent event)
          Return the active contexts.
static IEditorPart HandlerUtil.getActiveEditor(ExecutionEvent event)
          Return the active editor.
static IEditorPart HandlerUtil.getActiveEditorChecked(ExecutionEvent event)
          Return the active editor.
static java.lang.String HandlerUtil.getActiveEditorId(ExecutionEvent event)
          Return the part id of the active editor.
static java.lang.String HandlerUtil.getActiveEditorIdChecked(ExecutionEvent event)
          Return the part id of the active editor.
static ISelection HandlerUtil.getActiveMenuEditorInput(ExecutionEvent event)
          Return the active menu editor input, if available.
static ISelection HandlerUtil.getActiveMenuEditorInputChecked(ExecutionEvent event)
          Return the active menu editor input.
static java.util.Collection HandlerUtil.getActiveMenus(ExecutionEvent event)
          Return the menu IDs that were applied to the registered context menu.
static java.util.Collection HandlerUtil.getActiveMenusChecked(ExecutionEvent event)
          Return the menu IDs that were applied to the registered context menu.
static ISelection HandlerUtil.getActiveMenuSelection(ExecutionEvent event)
          Return the active menu selection.
static ISelection HandlerUtil.getActiveMenuSelectionChecked(ExecutionEvent event)
          Return the active menu selection.
static IWorkbenchPart HandlerUtil.getActivePart(ExecutionEvent event)
          Return the active part.
static IWorkbenchPart HandlerUtil.getActivePartChecked(ExecutionEvent event)
          Return the active part.
static java.lang.String HandlerUtil.getActivePartId(ExecutionEvent event)
          Return the part id of the active part.
static java.lang.String HandlerUtil.getActivePartIdChecked(ExecutionEvent event)
          Return the part id of the active part.
static Shell HandlerUtil.getActiveShell(ExecutionEvent event)
          Return the active shell.
static Shell HandlerUtil.getActiveShellChecked(ExecutionEvent event)
          Return the active shell.
static IWorkbenchSite HandlerUtil.getActiveSite(ExecutionEvent event)
          Return the active part site.
static IWorkbenchSite HandlerUtil.getActiveSiteChecked(ExecutionEvent event)
          Return the active part site.
static IWorkbenchWindow HandlerUtil.getActiveWorkbenchWindow(ExecutionEvent event)
          Return the active workbench window.
static IWorkbenchWindow HandlerUtil.getActiveWorkbenchWindowChecked(ExecutionEvent event)
          Return the active workbench window.
static ISelection HandlerUtil.getCurrentSelection(ExecutionEvent event)
          Return the current selection.
static ISelection HandlerUtil.getCurrentSelectionChecked(ExecutionEvent event)
          Return the current selection.
static java.lang.Object HandlerUtil.getVariable(ExecutionEvent event, java.lang.String name)
          Extract the variable.
static java.lang.Object HandlerUtil.getVariableChecked(ExecutionEvent event, java.lang.String name)
          Extract the variable.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.