Package | Description |
---|---|
org.eclipse.swt.events | |
org.eclipse.swt.widgets |
Constructor and Description |
---|
ArmEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
ControlEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
DisposeEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
DragDetectEvent(Event e)
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.
|
GestureEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
HelpEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
KeyEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
MenuDetectEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
MenuEvent(Event e)
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.
|
SegmentEvent(Event e) |
SelectionEvent(Event e)
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.
|
TraverseEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
TreeEvent(Event e)
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Control.dragDetect(Event event)
Detects a drag and drop gesture.
|
void |
TypedListener.handleEvent(Event e)
Handles the given event.
|
void |
Listener.handleEvent(Event event)
Sent when an event that the receiver has registered for occurs.
|
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 their
handleEvent() method. |
boolean |
Display.post(Event event)
Generate a low level system event.
|
boolean |
Control.traverse(int traversal,
Event event)
Performs a platform traversal action corresponding to a
KeyDown event. |
Copyright © 2017. All Rights Reserved.