|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| KeyListener | |
| MouseListener | |
| NEWTEventConsumer | |
| NEWTEventListener | |
| ScreenModeListener | |
| WindowListener | |
| Class Summary | |
|---|---|
| InputEvent | |
| KeyAdapter | |
| KeyEvent | Key events are delivered in the following order:
KeyEvent.EVENT_KEY_PRESSED
KeyEvent.EVENT_KEY_RELEASED
KeyEvent.EVENT_KEY_TYPED
In case the native platform does not
deliver keyboard events in the above order or skip events,
the NEWT driver will reorder and inject synthetic events if required. |
| MouseAdapter | |
| MouseEvent | |
| NEWTEvent | NEWT events are provided for notification purposes ONLY; The NEWT will automatically handle the event semantics internally, regardless of whether a program is receiving these events or not. The actual event semantic is processed before the event is send. Event type registry: WindowEvent 100..10x
MouseEvent 200..20x
KeyEvent 300..30x
|
| NEWTEventFiFo | |
| TraceKeyAdapter | |
| TraceMouseAdapter | |
| TraceWindowAdapter | |
| WindowAdapter | |
| WindowEvent | NEWT Window events are provided for notification purposes ONLY. NEWT will automatically handle component moves and resizes internally, regardless of whether a program is receiving these events or not. |
| WindowUpdateEvent | |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||