Uses of Class
org.eclipse.swt.widgets.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
ISourceViewer
s.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
Modifier and TypeMethodDescriptionboolean
IToggleBreakpointsTargetExtension2.canToggleBreakpointsWithEvent
(IWorkbenchPart part, ISelection selection, Event event) Returns whether breakpoints can be toggled on the given selection with the givenEvent
.void
AbstractLaunchHistoryAction.runWithEvent
(IAction action, Event event) void
AddMemoryRenderingActionDelegate.runWithEvent
(IAction action, Event event) void
DebugCommandAction.runWithEvent
(Event event) void
LaunchAction.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.void
OpenLaunchDialogAction.runWithEvent
(IAction action, Event event) void
RelaunchLastAction.runWithEvent
(IAction action, Event event) void
RulerRunToLineActionDelegate.runWithEvent
(IAction action, Event event) void
RulerToggleBreakpointActionDelegate.runWithEvent
(IAction action, Event event) void
RunToLineAction.runWithEvent
(Event event) void
RunToLineActionDelegate.runWithEvent
(IAction action, Event event) void
ToggleBreakpointAction.runWithEvent
(Event event) void
IToggleBreakpointsTargetExtension2.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
Modifier and TypeMethodDescriptionfinal boolean
KeyBindingDispatcher.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 void
KeyBindingDispatcher.KeyDownFilter.handleEvent
(Event event) Handles an incoming traverse or key down event.boolean
-
Uses of Event in org.eclipse.e4.ui.css.swt.properties
-
Uses of Event in org.eclipse.e4.ui.workbench.renderers.swt
Modifier and TypeMethodDescriptionprotected abstract boolean
AbstractContributionItem.canExecuteItem
(Event event) protected boolean
DirectContributionItem.canExecuteItem
(Event trigger) protected boolean
HandledContributionItem.canExecuteItem
(Event trigger) protected boolean
AbstractContributionItem.dropdownEvent
(Event event) protected abstract void
AbstractContributionItem.executeItem
(Event event) protected void
DirectContributionItem.executeItem
(Event trigger) protected void
HandledContributionItem.executeItem
(Event trigger) void
MenuManagerRendererFilter.handleEvent
(Event event) void
MenuManagerServiceFilter.handleEvent
(Event event) protected abstract void
AbstractContributionItem.handleWidgetDispose
(Event event) protected void
DirectContributionItem.handleWidgetDispose
(Event event) protected void
HandledContributionItem.handleWidgetDispose
(Event event) protected void
AbstractContributionItem.handleWidgetSelection
(Event event) -
Uses of Event in org.eclipse.help.ui.internal
Modifier and TypeMethodDescriptionvoid
HyperlinkHandler.handleEvent
(Event event) Sent when an event that the receiver has registered for occurs. -
Uses of Event in org.eclipse.jface.action
Modifier and TypeMethodDescriptionvoid
ExternalActionManager.CommandCallback.preExecute
(IAction action, Event event) void
ExternalActionManager.IExecuteCallback.preExecute
(IAction action, Event e) Fires an execution event before an action is run.void
Action.runWithEvent
(Event event) The default implementation of thisIAction
method ignores the event argument, and simply callsrun()
.void
IAction.runWithEvent
(Event event) Runs this action, passing the triggering SWT event. -
Uses of Event in org.eclipse.jface.bindings.keys
Modifier and TypeMethodDescriptionstatic final int
SWTKeySupport.convertEventToModifiedAccelerator
(Event event) Converts the given event into an SWT accelerator value -- considering the modified character with the shift modifier.static final int
SWTKeySupport.convertEventToUnmodifiedAccelerator
(Event event) Converts the given event into an SWT accelerator value -- considering the unmodified character with all modifier keys.static final int
SWTKeySupport.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
-
Uses of Event in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionvoid
AnnotationBarHoverManager.Closer.handleEvent
(Event event) Deprecated.ModifierConstructorDescriptionVerticalRulerEvent
(Annotation annotation, Event event) Creates a new event. -
Uses of Event in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionprotected void
ColumnViewerToolTipSupport.afterHideToolTip
(Event event) void
CellNavigationStrategy.collapse
(ColumnViewer viewer, ViewerCell cellToCollapse, Event event) protected Composite
ColumnViewerToolTipSupport.createToolTipContentArea
(Event event, Composite parent) Instead of overwriting this method subclasses should overwriteColumnViewerToolTipSupport.createViewerToolTipContentArea(Event, ViewerCell, Composite)
protected Composite
ColumnViewerToolTipSupport.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 void
Handle the erase event.protected void
Handle the erase event.void
CellNavigationStrategy.expand
(ColumnViewer viewer, ViewerCell cellToExpand, Event event) CellNavigationStrategy.findSelectedCell
(ColumnViewer viewer, ViewerCell currentSelectedCell, Event event) protected Object
ColumnViewerToolTipSupport.getToolTipArea
(Event event) boolean
CellNavigationStrategy.isCollapseEvent
(ColumnViewer viewer, ViewerCell cellToCollapse, Event event) boolean
CellNavigationStrategy.isExpandEvent
(ColumnViewer viewer, ViewerCell cellToExpand, Event event) boolean
CellNavigationStrategy.isNavigationEvent
(ColumnViewer viewer, Event event) is the given event an event which moves the selection to another cellprotected abstract void
Handle the measure event.protected void
protected abstract void
Handle the paint event.protected void
boolean
CellNavigationStrategy.shouldCancelEvent
(ColumnViewer viewer, Event event) This method is consulted to decide whether an event has to be canceled or not.protected boolean
ColumnViewerToolTipSupport.shouldCreateToolTip
(Event event) -
Uses of Event in org.eclipse.jface.window
Modifier and TypeMethodDescriptionprotected void
ToolTip.afterHideToolTip
(Event event) This method is called after a tooltip is hidden.protected Composite
DefaultToolTip.createToolTipContentArea
(Event event, Composite parent) Creates the content are of the the tooltip.protected abstract Composite
ToolTip.createToolTipContentArea
(Event event, Composite parent) Creates the content area of the the tooltip.protected Color
DefaultToolTip.getBackgroundColor
(Event event) protected Image
DefaultToolTip.getBackgroundImage
(Event event) protected Font
protected Color
DefaultToolTip.getForegroundColor
(Event event) protected Image
ToolTip.getLocation
(Point tipSize, Event event) Get the display relative location where the tooltip is displayed.protected int
The style used to create theCLabel
in the default implementationprotected String
The text displayed in theCLabel
in the default implementationprotected Object
ToolTip.getToolTipArea
(Event event) This method is called to check for which area the tooltip is created/hidden for.protected boolean
ToolTip.shouldCreateToolTip
(Event event) Should the tooltip displayed because of the given event. -
Uses of Event in org.eclipse.swt.events
ModifierConstructorDescriptionConstructs 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
Modifier and TypeMethodDescriptionboolean
Control.dragDetect
(Event event) Detects a drag and drop gesture.void
Listener.handleEvent
(Event event) Sent when an event that the receiver has registered for occurs.void
TypedListener.handleEvent
(Event e) Handles the given event.void
Widget.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.boolean
Generate a low level system event.boolean
Performs a platform traversal action corresponding to aKeyDown
event. -
Uses of Event in org.eclipse.ui
Modifier and TypeMethodDescriptionvoid
IActionDelegate2.runWithEvent
(IAction action, Event event) Performs this action, passing the SWT event which triggered it.void
IActionDelegateWithEvent.runWithEvent
(IAction action, Event event) Deprecated.Use org.eclipse.ui.IActionDelegate2 instead. -
Uses of Event in org.eclipse.ui.actions
Modifier and TypeMethodDescriptionvoid
ActionDelegate.runWithEvent
(IAction action, Event event) TheActionDelegate
implementation of thisIActionDelegate2
method redirects to therun
method.void
BaseSelectionListenerAction.runWithEvent
(Event event) void
ContributedAction.runWithEvent
(Event event) void
OpenPerspectiveAction.runWithEvent
(Event event) void
RetargetAction.runWithEvent
(Event event) Invoked when an action occurs. -
Uses of Event in org.eclipse.ui.console
Modifier and TypeMethodDescriptionvoid
IHyperlink2.linkActivated
(Event event) Notification that this link has been activated. -
Uses of Event in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionvoid
WizardNewFileCreationPage.handleEvent
(Event event) TheWizardNewFileCreationPage
implementation of thisListener
method handles all events and enablements for controls on this page.void
WizardNewFolderMainPage.handleEvent
(Event ev) TheWizardNewFolderCreationPage
implementation of thisListener
method handles all events and enablements for controls on this page.void
WizardResourceImportPage.handleEvent
(Event event) TheWizardResourceImportPage
implementation of thisListener
method handles all events and enablements for controls on this page. -
Uses of Event in org.eclipse.ui.forms.widgets
Modifier and TypeMethodDescriptionprotected void
AbstractHyperlink.handleActivate
(Event e) Called when hyperlink has been activated.protected void
ImageHyperlink.handleActivate
(Event e) protected void
AbstractHyperlink.handleEnter
(Event e) Called when hyperlink is entered.protected void
ImageHyperlink.handleEnter
(Event e) protected void
AbstractHyperlink.handleExit
(Event e) Called when hyperlink is exited.protected void
ImageHyperlink.handleExit
(Event e) -
Uses of Event in org.eclipse.ui.handlers
Modifier 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
Modifier and TypeMethodDescriptionvoid
PluginAction.runWithEvent
(Event event) void
WWinPluginAction.runWithEvent
(Event event) -
Uses of Event in org.eclipse.ui.keys
Modifier and TypeMethodDescriptionstatic int
SWTKeySupport.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 int
SWTKeySupport.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 int
SWTKeySupport.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
Modifier and TypeMethodDescriptionvoid
AbstractRulerActionDelegate.runWithEvent
(IAction action, Event event) void
MoveLinesAction.runWithEvent
(Event event) void
TextNavigationAction.runWithEvent
(Event event)