Subclasses of
TypedEvent in
org.eclipse.swt.events
|
class
|
ArmEvent
Instances of this class are sent as a result of
a widget such as a menu item being armed. |
class
|
ControlEvent
Instances of this class are sent as a result of
controls being moved or resized. |
class
|
DisposeEvent
Instances of this class are sent as a result of
widgets being disposed. |
class
|
DragDetectEvent
Instances of this class are sent as a result of
a drag gesture. |
class
|
ExpandEvent
Instances of this class are sent as a result of
ExpandItem s being expanded or collapsed. |
class
|
FocusEvent
Instances of this class are sent as a result of
widgets gaining and losing focus. |
class
|
HelpEvent
Instances of this class are sent as a result of
help being requested for a widget. |
class
|
KeyEvent
Instances of this class are sent as a result of
keys being pressed and released on the keyboard. |
class
|
MenuDetectEvent
Instances of this class are sent whenever the platform-
specific trigger for showing a context menu is detected. |
class
|
MenuEvent
Instances of this class are sent as a result of
menus being shown and hidden. |
class
|
ModifyEvent
Instances of this class are sent as a result of
text being modified. |
class
|
MouseEvent
Instances of this class are sent whenever mouse
related actions occur. |
class
|
PaintEvent
Instances of this class are sent as a result of
visible areas of controls requiring re-painting. |
class
|
SelectionEvent
Instances of this class are sent as a result of
widgets being selected. |
class
|
ShellEvent
Instances of this class are sent as a result of
operations being performed on shells. |
class
|
TraverseEvent
Instances of this class are sent as a result of
widget traversal actions. |
class
|
TreeEvent
Instances of this class are sent as a result of
trees being expanded and collapsed. |
class
|
VerifyEvent
Instances of this class are sent as a result of
widgets handling keyboard events |