Uses of Class
org.eclipse.core.commands.ExecutionEvent
-
Packages that use ExecutionEvent Package Description org.eclipse.core.commands Application programming interfaces for commands and handlers.org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.actions Provides a set of actions related to running and debugging applications.org.eclipse.jface.commands Provides JFace-specific support for commands.org.eclipse.team.ui.mapping Application programming interfaces for working with resource 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 basedIFileBufferand others directly handlingIFileandIStorageas editor input.org.eclipse.ui.handlers Provides support for integrating handlers into the Eclipse workbench.org.eclipse.ui.views.markers Utility classes for working with markers in views
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. -
-
Uses of ExecutionEvent in org.eclipse.core.commands
Methods in org.eclipse.core.commands with parameters of type ExecutionEvent Modifier and Type Method Description ObjectCommand. execute(ExecutionEvent event)Deprecated.Please useCommand.executeWithChecks(ExecutionEvent)instead.ObjectIHandler. execute(ExecutionEvent event)Executes with the map of parameter values by name.ObjectCommand. 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 ExecutionEvent Modifier and Type Method Description static 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 Modifier and Type Method Description ObjectDebugCommandHandler. execute(ExecutionEvent event) -
Uses of ExecutionEvent in org.eclipse.jface.commands
Methods in org.eclipse.jface.commands with parameters of type ExecutionEvent Modifier and Type Method Description ObjectActionHandler. execute(ExecutionEvent event) -
Uses of ExecutionEvent in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type ExecutionEvent Modifier and Type Method Description ObjectMergeActionHandler. execute(ExecutionEvent event) -
Uses of ExecutionEvent in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands with parameters of type ExecutionEvent Modifier and Type Method Description ObjectAbstractHandler. 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 Modifier and Type Method Description ObjectFileBufferOperationHandler. execute(ExecutionEvent event) -
Uses of ExecutionEvent in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers that return ExecutionEvent Modifier and Type Method Description ExecutionEventIHandlerService. createExecutionEvent(Command command, Event event)Creates an execution event based on an SWT event.ExecutionEventIHandlerService. 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 Modifier and Type Method Description ObjectCollapseAllHandler. execute(ExecutionEvent event)ObjectExpandAllHandler. execute(ExecutionEvent event)ObjectShowPerspectiveHandler. execute(ExecutionEvent event)ObjectShowViewHandler. 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.views.markers
Methods in org.eclipse.ui.views.markers with parameters of type ExecutionEvent Modifier and Type Method Description IMarker[]MarkerViewHandler. getSelectedMarkers(ExecutionEvent event)Get the selected markers for the receiver in the view from event.MarkerSupportViewMarkerViewHandler. 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 ExecutionEvent Modifier and Type Method Description ObjectNewPropertySheetHandler. 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)
-