|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MinuetoKeyboardHandler | |
|---|---|
| org.minueto.window | The org.minueto.window package contains all the
classes related to creating a drawing surface for the Minueto
application, weither it be a window or a panel. |
| Uses of MinuetoKeyboardHandler in org.minueto.window |
|---|
| Methods in org.minueto.window with parameters of type MinuetoKeyboardHandler | |
|---|---|
void |
MinuetoPanel.registerKeyboardHandler(MinuetoKeyboardHandler handler,
MinuetoEventQueue queue)
|
void |
MinuetoWindow.registerKeyboardHandler(MinuetoKeyboardHandler handler,
MinuetoEventQueue queue)
Assign a keyboard handler to the MinuetoWindow to process
keyboard input. |
void |
MinuetoPanel.unregisterKeyboardHandler(MinuetoKeyboardHandler handler,
MinuetoEventQueue queue)
|
void |
MinuetoWindow.unregisterKeyboardHandler(MinuetoKeyboardHandler handler,
MinuetoEventQueue queue)
Removes a keyboard handler from the MinuetoWindow. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||