Uses of Class
org.eclipse.swt.widgets.Event
Packages that use Event
Package
Description
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 support for bindings between commands and keys.
Provides support for detecting and displaying hyperlinks in
ISourceViewers.Provides a framework for connecting document regions
with annotations and for displaying those.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides a general framework for creating and managing
windows.
SWT typed listener support.
SWT widget public API classes.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application programming interfaces for interaction
with the Eclipse console.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Custom widgets and controls for forms-based parts.
Provides support for integrating handlers into the Eclipse workbench.
Provides support for integrating keys into the Eclipse workbench.
Provides a framework for text editors obeying to the
desktop rules.
-
Uses of Event in org.eclipse.debug.ui.actions
Methods in org.eclipse.debug.ui.actions with parameters of type EventModifier and TypeMethodDescriptionbooleanIToggleBreakpointsTargetExtension2.canToggleBreakpointsWithEvent(IWorkbenchPart part, ISelection selection, Event event) Returns whether breakpoints can be toggled on the given selection with the givenEvent.voidAbstractLaunchHistoryAction.runWithEvent(IAction action, Event event) voidAddMemoryRenderingActionDelegate.runWithEvent(IAction action, Event event) voidDebugCommandAction.runWithEvent(Event event) voidLaunchAction.runWithEvent(Event event) If the user has control-clicked the launch history item, open the launch configuration dialog on the launch configuration, rather than running it.voidOpenLaunchDialogAction.runWithEvent(IAction action, Event event) voidRelaunchLastAction.runWithEvent(IAction action, Event event) voidRulerRunToLineActionDelegate.runWithEvent(IAction action, Event event) voidRulerToggleBreakpointActionDelegate.runWithEvent(IAction action, Event event) voidRunToLineAction.runWithEvent(Event event) voidRunToLineActionDelegate.runWithEvent(IAction action, Event event) voidToggleBreakpointAction.runWithEvent(Event event) voidIToggleBreakpointsTargetExtension2.toggleBreakpointsWithEvent(IWorkbenchPart part, ISelection selection, Event event) Creates or removes existing breakpoints based on any modifiers in the givenEvent. -
Uses of Event in org.eclipse.e4.ui.bindings.keys
Methods in org.eclipse.e4.ui.bindings.keys with parameters of type EventModifier and TypeMethodDescriptionfinal booleanKeyBindingDispatcher.executeCommand(ParameterizedCommand parameterizedCommand, Event trigger) Performs the actual execution of the command by looking up the current handler from the command manager.KeyBindingDispatcher.generatePossibleKeyStrokes(Event event) Generates any key strokes that are near matches to the given event.final voidKeyBindingDispatcher.KeyDownFilter.handleEvent(Event event) Handles an incoming traverse or key down event.boolean -
Uses of Event in org.eclipse.e4.ui.css.swt.properties
Methods in org.eclipse.e4.ui.css.swt.properties with parameters of type Event -
Uses of Event in org.eclipse.e4.ui.workbench.renderers.swt
Methods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type EventModifier and TypeMethodDescriptionprotected abstract booleanAbstractContributionItem.canExecuteItem(Event event) protected booleanDirectContributionItem.canExecuteItem(Event trigger) protected booleanHandledContributionItem.canExecuteItem(Event trigger) protected booleanAbstractContributionItem.dropdownEvent(Event event) protected abstract voidAbstractContributionItem.executeItem(Event event) protected voidDirectContributionItem.executeItem(Event trigger) protected voidHandledContributionItem.executeItem(Event trigger) voidMenuManagerRendererFilter.handleEvent(Event event) voidMenuManagerServiceFilter.handleEvent(Event event) protected abstract voidAbstractContributionItem.handleWidgetDispose(Event event) protected voidDirectContributionItem.handleWidgetDispose(Event event) protected voidHandledContributionItem.handleWidgetDispose(Event event) protected voidAbstractContributionItem.handleWidgetSelection(Event event) -
Uses of Event in org.eclipse.help.ui.internal
Methods in org.eclipse.help.ui.internal with parameters of type EventModifier and TypeMethodDescriptionvoidHyperlinkHandler.handleEvent(Event event) Sent when an event that the receiver has registered for occurs. -
Uses of Event in org.eclipse.jface.action
Methods in org.eclipse.jface.action with parameters of type EventModifier and TypeMethodDescriptionvoidExternalActionManager.CommandCallback.preExecute(IAction action, Event event) voidExternalActionManager.IExecuteCallback.preExecute(IAction action, Event e) Fires an execution event before an action is run.voidAction.runWithEvent(Event event) The default implementation of thisIActionmethod ignores the event argument, and simply callsrun().voidIAction.runWithEvent(Event event) Runs this action, passing the triggering SWT event. -
Uses of Event in org.eclipse.jface.bindings.keys
Methods in org.eclipse.jface.bindings.keys with parameters of type EventModifier and TypeMethodDescriptionstatic final intSWTKeySupport.convertEventToModifiedAccelerator(Event event) Converts the given event into an SWT accelerator value -- considering the modified character with the shift modifier.static final intSWTKeySupport.convertEventToUnmodifiedAccelerator(Event event) Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys.static final intSWTKeySupport.convertEventToUnshiftedModifiedAccelerator(Event event) Converts the given event into an SWT accelerator value -- considering the modified character without the shift modifier. -
Uses of Event in org.eclipse.jface.text.hyperlink
Methods in org.eclipse.jface.text.hyperlink with parameters of type Event -
Uses of Event in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source that return EventMethods in org.eclipse.jface.text.source with parameters of type EventModifier and TypeMethodDescriptionvoidAnnotationBarHoverManager.Closer.handleEvent(Event event) Deprecated.Constructors in org.eclipse.jface.text.source with parameters of type EventModifierConstructorDescriptionVerticalRulerEvent(Annotation annotation, Event event) Creates a new event. -
Uses of Event in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers with parameters of type EventModifier and TypeMethodDescriptionprotected voidColumnViewerToolTipSupport.afterHideToolTip(Event event) voidCellNavigationStrategy.collapse(ColumnViewer viewer, ViewerCell cellToCollapse, Event event) protected CompositeColumnViewerToolTipSupport.createToolTipContentArea(Event event, Composite parent) Instead of overwriting this method subclasses should overwriteColumnViewerToolTipSupport.createViewerToolTipContentArea(Event, ViewerCell, Composite)protected CompositeColumnViewerToolTipSupport.createViewerToolTipContentArea(Event event, ViewerCell cell, Composite parent) Creates the content area of the tool tip giving access to the cell the tip is shown for.protected voidHandle the erase event.protected voidHandle the erase event.voidCellNavigationStrategy.expand(ColumnViewer viewer, ViewerCell cellToExpand, Event event) CellNavigationStrategy.findSelectedCell(ColumnViewer viewer, ViewerCell currentSelectedCell, Event event) protected ObjectColumnViewerToolTipSupport.getToolTipArea(Event event) booleanCellNavigationStrategy.isCollapseEvent(ColumnViewer viewer, ViewerCell cellToCollapse, Event event) booleanCellNavigationStrategy.isExpandEvent(ColumnViewer viewer, ViewerCell cellToExpand, Event event) booleanCellNavigationStrategy.isNavigationEvent(ColumnViewer viewer, Event event) is the given event an event which moves the selection to another cellprotected abstract voidHandle the measure event.protected voidprotected abstract voidHandle the paint event.protected voidbooleanCellNavigationStrategy.shouldCancelEvent(ColumnViewer viewer, Event event) This method is consulted to decide whether an event has to be canceled or not.protected booleanColumnViewerToolTipSupport.shouldCreateToolTip(Event event) -
Uses of Event in org.eclipse.jface.window
Methods in org.eclipse.jface.window with parameters of type EventModifier and TypeMethodDescriptionprotected voidToolTip.afterHideToolTip(Event event) This method is called after a tooltip is hidden.protected CompositeDefaultToolTip.createToolTipContentArea(Event event, Composite parent) Creates the content are of the the tooltip.protected abstract CompositeToolTip.createToolTipContentArea(Event event, Composite parent) Creates the content area of the the tooltip.protected ColorDefaultToolTip.getBackgroundColor(Event event) protected ImageDefaultToolTip.getBackgroundImage(Event event) protected Fontprotected ColorDefaultToolTip.getForegroundColor(Event event) protected ImageToolTip.getLocation(Point tipSize, Event event) Get the display relative location where the tooltip is displayed.protected intThe style used to create theCLabelin the default implementationprotected StringThe text displayed in theCLabelin the default implementationprotected ObjectToolTip.getToolTipArea(Event event) This method is called to check for which area the tooltip is created/hidden for.protected booleanToolTip.shouldCreateToolTip(Event event) Should the tooltip displayed because of the given event. -
Uses of Event in org.eclipse.swt.events
Constructors in org.eclipse.swt.events with parameters of type EventModifierConstructorDescriptionConstructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.ExpandEvent(Event e) Constructs a new instance of this class based on the information in the given untyped event.FocusEvent(Event e) Constructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.ModifyEvent(Event e) Constructs a new instance of this class based on the information in the given untyped event.MouseEvent(Event e) Constructs a new instance of this class based on the information in the given untyped event.PaintEvent(Event e) Constructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.ShellEvent(Event e) Constructs a new instance of this class based on the information in the given untyped event.TouchEvent(Event e) Constructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.Constructs a new instance of this class based on the information in the given untyped event.TypedEvent(Event e) Constructs a new instance of this class based on the information in the argument.VerifyEvent(Event e) Constructs a new instance of this class based on the information in the given untyped event. -
Uses of Event in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets with parameters of type EventModifier and TypeMethodDescriptionbooleanControl.dragDetect(Event event) Detects a drag and drop gesture.voidListener.handleEvent(Event event) Sent when an event that the receiver has registered for occurs.voidTypedListener.handleEvent(Event e) Deprecated, for removal: This API element is subject to removal in a future version.Handles the given event.voidWidget.notifyListeners(int eventType, Event event) Notifies all of the receiver's listeners for events of the given type that one such event has occurred by invoking theirhandleEvent()method.booleanGenerate a low level system event.booleanPerforms a platform traversal action corresponding to aKeyDownevent. -
Uses of Event in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type EventModifier and TypeMethodDescriptionvoidIActionDelegate2.runWithEvent(IAction action, Event event) Performs this action, passing the SWT event which triggered it.voidIActionDelegateWithEvent.runWithEvent(IAction action, Event event) Deprecated.Use org.eclipse.ui.IActionDelegate2 instead. -
Uses of Event in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions with parameters of type EventModifier and TypeMethodDescriptionvoidActionDelegate.runWithEvent(IAction action, Event event) TheActionDelegateimplementation of thisIActionDelegate2method redirects to therunmethod.voidBaseSelectionListenerAction.runWithEvent(Event event) voidContributedAction.runWithEvent(Event event) voidOpenPerspectiveAction.runWithEvent(Event event) voidRetargetAction.runWithEvent(Event event) Invoked when an action occurs. -
Uses of Event in org.eclipse.ui.console
Methods in org.eclipse.ui.console with parameters of type EventModifier and TypeMethodDescriptionvoidIHyperlink2.linkActivated(Event event) Notification that this link has been activated. -
Uses of Event in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs with parameters of type EventModifier and TypeMethodDescriptionvoidWizardNewFileCreationPage.handleEvent(Event event) TheWizardNewFileCreationPageimplementation of thisListenermethod handles all events and enablements for controls on this page.voidWizardNewFolderMainPage.handleEvent(Event ev) TheWizardNewFolderCreationPageimplementation of thisListenermethod handles all events and enablements for controls on this page.voidWizardResourceImportPage.handleEvent(Event event) TheWizardResourceImportPageimplementation of thisListenermethod handles all events and enablements for controls on this page. -
Uses of Event in org.eclipse.ui.forms.widgets
Methods in org.eclipse.ui.forms.widgets with parameters of type EventModifier and TypeMethodDescriptionprotected voidAbstractHyperlink.handleActivate(Event e) Called when hyperlink has been activated.protected voidImageHyperlink.handleActivate(Event e) protected voidAbstractHyperlink.handleEnter(Event e) Called when hyperlink is entered.protected voidImageHyperlink.handleEnter(Event e) protected voidAbstractHyperlink.handleExit(Event e) Called when hyperlink is exited.protected voidImageHyperlink.handleExit(Event e) -
Uses of Event in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers with parameters of type EventModifier 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.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. -
Uses of Event in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal with parameters of type EventModifier and TypeMethodDescriptionvoidPluginAction.runWithEvent(Event event) voidWWinPluginAction.runWithEvent(Event event) -
Uses of Event in org.eclipse.ui.keys
Methods in org.eclipse.ui.keys with parameters of type EventModifier and TypeMethodDescriptionstatic intSWTKeySupport.convertEventToModifiedAccelerator(Event event) Deprecated, for removal: This API element is subject to removal in a future version.Converts the given event into an SWT accelerator value -- considering the modified character with the shift modifier.static intSWTKeySupport.convertEventToUnmodifiedAccelerator(Event event) Deprecated, for removal: This API element is subject to removal in a future version.Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys.static intSWTKeySupport.convertEventToUnshiftedModifiedAccelerator(Event event) Deprecated, for removal: This API element is subject to removal in a future version.Converts the given event into an SWT accelerator value -- considering the modified character without the shift modifier. -
Uses of Event in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type EventModifier and TypeMethodDescriptionvoidAbstractRulerActionDelegate.runWithEvent(IAction action, Event event) voidMoveLinesAction.runWithEvent(Event event) voidTextNavigationAction.runWithEvent(Event event)