Uses of Class
org.eclipse.core.commands.ExecutionEvent
Packages that use ExecutionEvent
Package
Description
Application programming interfaces for commands and handlers.
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 JFace-specific support for commands.
Application programming interfaces for working with resource mappings.
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.
Utility classes for working with markers in views
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of ExecutionEvent in org.eclipse.compare.internal
Methods in org.eclipse.compare.internal with parameters of type ExecutionEvent -
Uses of ExecutionEvent in org.eclipse.core.commands
Methods in org.eclipse.core.commands with parameters of type ExecutionEventModifier and TypeMethodDescriptionCommand.execute(ExecutionEvent event) Deprecated.IHandler.execute(ExecutionEvent event) Executes with the map of parameter values by name.Command.executeWithChecks(ExecutionEvent event) Executes this command by delegating to the current handler, if any.voidCommandManager.firePreExecute(String commandId, ExecutionEvent event) Fires thepreExecuteevent forexecutionListeners.voidIExecutionListener.preExecute(String commandId, ExecutionEvent event) Notifies the listener that a command is about to execute. -
Uses of ExecutionEvent in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type ExecutionEventModifier and TypeMethodDescriptionstatic ISelectionDebugUITools.getDebugContextForEvent(ExecutionEvent event) Return the debug context for the given executionEvent ornullif none.static ISelectionDebugUITools.getDebugContextForEventChecked(ExecutionEvent event) Return the debug context for the given executionEvent. -
Uses of ExecutionEvent in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions with parameters of type ExecutionEvent -
Uses of ExecutionEvent in org.eclipse.e4.core.commands.internal
Methods in org.eclipse.e4.core.commands.internal with parameters of type ExecutionEvent -
Uses of ExecutionEvent in org.eclipse.help.ui.internal
Methods in org.eclipse.help.ui.internal with parameters of type ExecutionEventModifier and TypeMethodDescriptionCloseHelpTrayHandler.execute(ExecutionEvent event) Executes the command. -
Uses of ExecutionEvent in org.eclipse.jface.commands
Methods in org.eclipse.jface.commands with parameters of type ExecutionEvent -
Uses of ExecutionEvent in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type ExecutionEvent -
Uses of ExecutionEvent in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text with parameters of type ExecutionEvent -
Uses of ExecutionEvent in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers that return ExecutionEventModifier and TypeMethodDescriptionIHandlerService.createExecutionEvent(Command command, Event event) Creates an execution event based on an SWT event.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 ExecutionEventModifier and TypeMethodDescriptionCollapseAllHandler.execute(ExecutionEvent event) ExpandAllHandler.execute(ExecutionEvent event) ShowPerspectiveHandler.execute(ExecutionEvent event) ShowViewHandler.execute(ExecutionEvent event) static CollectionHandlerUtil.getActiveContexts(ExecutionEvent event) Return the active contexts.static CollectionHandlerUtil.getActiveContextsChecked(ExecutionEvent event) Return the active contexts.static IEditorPartHandlerUtil.getActiveEditor(ExecutionEvent event) Return the active editor.static IEditorPartHandlerUtil.getActiveEditorChecked(ExecutionEvent event) Return the active editor.static StringHandlerUtil.getActiveEditorId(ExecutionEvent event) Return the part id of the active editor.static StringHandlerUtil.getActiveEditorIdChecked(ExecutionEvent event) Return the part id of the active editor.static IEditorInputHandlerUtil.getActiveEditorInput(ExecutionEvent event) Return the input of the active editor.static IEditorInputHandlerUtil.getActiveEditorInputChecked(ExecutionEvent event) Return the input of the active editor.static ISelectionHandlerUtil.getActiveMenuEditorInput(ExecutionEvent event) Return the active menu editor input, if available.static ISelectionHandlerUtil.getActiveMenuEditorInputChecked(ExecutionEvent event) Return the active menu editor input.static CollectionHandlerUtil.getActiveMenus(ExecutionEvent event) Return the menu IDs that were applied to the registered context menu.static CollectionHandlerUtil.getActiveMenusChecked(ExecutionEvent event) Return the menu IDs that were applied to the registered context menu.static ISelectionHandlerUtil.getActiveMenuSelection(ExecutionEvent event) Return the active menu selection.static ISelectionHandlerUtil.getActiveMenuSelectionChecked(ExecutionEvent event) Return the active menu selection.static IWorkbenchPartHandlerUtil.getActivePart(ExecutionEvent event) Return the active part.static IWorkbenchPartHandlerUtil.getActivePartChecked(ExecutionEvent event) Return the active part.static StringHandlerUtil.getActivePartId(ExecutionEvent event) Return the part id of the active part.static StringHandlerUtil.getActivePartIdChecked(ExecutionEvent event) Return the part id of the active part.static ShellHandlerUtil.getActiveShell(ExecutionEvent event) Return the active shell.static ShellHandlerUtil.getActiveShellChecked(ExecutionEvent event) Return the active shell.static IWorkbenchSiteHandlerUtil.getActiveSite(ExecutionEvent event) Return the active part site.static IWorkbenchSiteHandlerUtil.getActiveSiteChecked(ExecutionEvent event) Return the active part site.static IWorkbenchWindowHandlerUtil.getActiveWorkbenchWindow(ExecutionEvent event) Return the active workbench window.static IWorkbenchWindowHandlerUtil.getActiveWorkbenchWindowChecked(ExecutionEvent event) Return the active workbench window.static ISelectionHandlerUtil.getCurrentSelection(ExecutionEvent event) Return the current selection.static ISelectionHandlerUtil.getCurrentSelectionChecked(ExecutionEvent event) Return the current selection.static IStructuredSelectionHandlerUtil.getCurrentStructuredSelection(ExecutionEvent event) Return the current structured selection, orStructuredSelection.EMPTYif the current selection is not a structured selection ornull.static ObjectHandlerUtil.getShowInInput(ExecutionEvent event) Return the ShowInContext input.static ObjectHandlerUtil.getShowInInputChecked(ExecutionEvent event) Return the ShowInContext input.static ISelectionHandlerUtil.getShowInSelection(ExecutionEvent event) Return the ShowInContext selection.static ISelectionHandlerUtil.getShowInSelectionChecked(ExecutionEvent event) Return the ShowInContext selection.static ObjectHandlerUtil.getVariable(ExecutionEvent event, String name) Extract the variable.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 value -
Uses of ExecutionEvent in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal with parameters of type ExecutionEventModifier 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) ShowPartPaneMenuHandler.execute(ExecutionEvent event) ShowViewMenuHandler.execute(ExecutionEvent event) SplitHandler.execute(ExecutionEvent event) WorkbenchEditorsHandler.execute(ExecutionEvent event) -
Uses of ExecutionEvent in org.eclipse.ui.views.markers
Methods in org.eclipse.ui.views.markers with parameters of type ExecutionEventModifier and TypeMethodDescriptionIMarker[]MarkerViewHandler.getSelectedMarkers(ExecutionEvent event) Get the selected markers for the receiver in the view from event.MarkerViewHandler.getView(ExecutionEvent event) Get the view this event occurred on. -
Uses of ExecutionEvent in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties with parameters of type ExecutionEventModifier 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.