Uses of Class
org.eclipse.swt.widgets.Event
Packages that use Event
Package
Description
SWT Browser widget.
SWT Custom widgets.
SWT Drag and Drop support.
SWT typed listener support.
SWT widget public API classes.
-
Uses of Event in org.eclipse.swt.browser
Methods in org.eclipse.swt.browser with parameters of type Event -
Uses of Event in org.eclipse.swt.custom
Subclasses of Event in org.eclipse.swt.customMethods in org.eclipse.swt.custom with parameters of type EventModifier and TypeMethodDescription(package private) voidCCombo.arrowEvent(Event event) (package private) booleanStyledText.checkDragDetect(Event event) (package private) voidCCombo.comboEvent(Event event) (package private) voidStyledText.doAutoScroll(Event event) A mouse move event has occurred.private voidMouseNavigator.fireSelectionEvent(Event e, ScrollBar bar) (package private) voidStyledText.handleCompositionChanged(Event event) (package private) voidStyledText.handleCompositionOffset(Event event) (package private) voidStyledText.handleCompositionSelection(Event event) (package private) voidStyledText.handleDispose(Event event) Frees resources.private voidCCombo.handleDPIChange(Event event) private voidStyledText.handleDPIChange(Event event) voidStyledTextListener.handleEvent(Event e) Process StyledText events by invoking the event's handler.(package private) voidStyledText.handleHorizontalScroll(Event event) Scrolls the widget horizontally.(package private) voidIf an action has been registered for the key stroke execute the action.(package private) voidStyledText.handleKeyDown(Event event) If a VerifyKey listener exists, verify that the key that was entered should be processed.(package private) voidStyledText.handleKeyUp(Event event) Update the Selection Clipboard.(package private) voidStyledText.handleMenuDetect(Event event) Update the event location for focus-based context menu triggers.(package private) voidStyledText.handleMouseDown(Event event) Updates the caret location and selection if mouse button 1 has been pressed.(package private) voidStyledText.handleMouseMove(Event event) Updates the caret location and selection if mouse button 1 is pressed during the mouse move.(package private) voidStyledText.handleMouseUp(Event event) Autoscrolling ends when the mouse button is released.(package private) voidStyledText.handlePaint(Event event) Renders the invalidated area specified in the paint event.(package private) voidStyledText.handleResize(Event event) Recalculates the scroll bars.(package private) voidCCombo.handleScroll(Event event) (package private) voidStyledText.handleTraverse(Event event) Called when a traversal key is pressed.(package private) voidStyledText.handleVerticalScroll(Event event) Scrolls the widget vertically.(package private) void(package private) void(package private) void(package private) voidStyledText.modifyContent(Event event, boolean updateCaret) Sends the specified verify event, replace/insert text as defined by the event and send a modify event.(package private) voidCTabFolder.onActivate(Event event) (package private) voidCTabFolder.onDeactivate(Event event) (package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) voidCTabFolder.onDragDetect(Event event) (package private) voidSashForm.onDragSash(Event event) (package private) voidprivate voidMouseNavigator.onFocusOut(Event e) (package private) void(package private) voidCTabFolder.onMenuDetect(Event event) (package private) booleanCTabFolder.onMnemonic(Event event, boolean doit) (package private) void(package private) voidCTabFolder.onMouseDoubleClick(Event event) (package private) voidMouseNavigator.onMouseDown(Event e) private voidMouseNavigator.onMouseMove(Event e) private void(package private) voidCTabFolder.onPageTraversal(Event event) (package private) voidprivate void(package private) void(package private) voidCTabFolder.onSelection(Event event) (package private) voidCTabFolder.onTraverse(Event event) private voidCTabFolder.onZoomChange(Event event) (package private) void(package private) voidprivate voidStyledText.pasteOnMiddleClick(Event event) (package private) voidCCombo.popupEvent(Event event) (package private) void(package private) voidStyledText.sendKeyEvent(Event event) Replaces/inserts text as defined by the event.(package private) voidTableCursor.tableFocusIn(Event event) (package private) voidTableCursor.tableMouseDown(Event event) (package private) void(package private) voidTreeCursor.treeCollapse(Event event) (package private) voidTreeCursor.treeExpand(Event event) (package private) voidTreeCursor.treeFocusIn(Event event) (package private) voidTreeCursor.treeMouseDown(Event event) -
Uses of Event in org.eclipse.swt.dnd
Subclasses of Event in org.eclipse.swt.dndMethods in org.eclipse.swt.dnd with parameters of type 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
Fields in org.eclipse.swt.widgets declared as EventFields in org.eclipse.swt.widgets with type parameters of type EventMethods in org.eclipse.swt.widgets with parameters of type EventModifier and TypeMethodDescriptionbooleanControl.dragDetect(Event event) Detects a drag and drop gesture.(package private) booleanDisplay.filterEvent(Event event) (package private) voidprivate voidItem.handleDPIChange(Event event) 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.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.(package private) void(package private) void(package private) voidCoolBar.onMouseDoubleClick(Event event) (package private) voidCoolBar.onMouseDown(Event event) (package private) voidCoolBar.onMouseMove(Event event) (package private) void(package private) void(package private) voidCoolItem.onSelection(Event ev) (package private) voidDateTime.popupCalendarEvent(Event event) (package private) voidDateTime.popupShellEvent(Event event) booleanGenerate a low level system event.(package private) void(package private) void(package private) void(package private) voidDisplay.sendEvent(EventTable eventTable, Event event) void(package private) void(package private) void(package private) voidprivate booleanControl.sendOrPost(int type, Event event) (package private) voidWidget.sendSelectionEvent(int eventType, Event event, boolean send) (package private) voidWidget.setButtonState(Event event, int eventButton) (package private) booleanWidget.setInputState(Event event, int state) (package private) booleanWidget.setKeyState(Event javaEvent, long event) On Linux, the most common way to handle keyboard input is XKB.(package private) voidWidget.setLocationState(Event event, long eventPtr) (package private) booleanComposite.translateMnemonic(Event event, Control control) (package private) booleanControl.translateMnemonic(Event event, Control control) booleanPerforms a platform traversal action corresponding to aKeyDownevent.(package private) boolean