| Interface | Description |
|---|---|
| EventType |
Defined event types.
|
| Key |
Key codes.
|
| Class | Description |
|---|---|
| ActionEvent |
Action event.
|
| CustomScrollEvent |
Scroll event which allows to specify scroll direction and type of scroll step.
|
| DirectManipulationEvent |
Direct manipulation event.
|
| EntryEvent |
Widget entry event which extends
KeyInput to provide additional information about the
event. |
| Event |
Basic event class.
|
| EventManager |
Manages a stack of event queues, allows posting events to the current queue and getting events
from the current queue.
|
| EventManager.WorkArea |
Stores global data relating to the state of the current context.
|
| EventQueue |
Simple event queue which is able to compress (ignore) empty and identical
painting events.
|
| ExtendedFocusEvent |
FocusEvent extended with additional information. |
| FocusEvent |
Focus event.
|
| InvocationEvent |
This pseudo-event allows to execute instances of
Runnable
on the event thread. |
| ItemEvent |
List item (combo-box, radio button, etc.) selection event.
|
| KeyInput |
An event which indicates that a keystroke occurred in an object.
|
| MouseEvt |
Container for mouse events.
|
| PaintEvent |
Area repaint request event.
|
| PortableMouseEvent |
Container for an event generated by client-side, having as source a mouse.
|
| ResourceEvent |
Instances of this class represent a definition of an event which originates from the server
side and was raised via a APPLY ...
|
| ScrollEvent |
Scroll event.
|
| ServerEvent |
Instances of this class represent a definition of an event which originates from the server
side.
|
| SyncEvent |
Screen synchronization request event.
|
| WindowActivated |
Pseudo-event generated when the simulated OS window gains focus.
|
| WindowEvent |
Container for an event generated by client-side, having as source a OS-level event generated
on a window.
|
| WindowMoved |
Pseudo-event generated when the simulated OS window is moved.
|
| WindowResized |
Pseudo-event generated when the simulated OS window is resized.
|