|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||
Uses of Interface
java.awt.KeyEventPostProcessor
| Uses of KeyEventPostProcessor in java.awt |
| Classes in java.awt that implement KeyEventPostProcessor | |
class |
DefaultKeyboardFocusManager
|
class |
KeyboardFocusManager
The KeyboardFocusManager handles the focusing of
windows for receiving keyboard events. |
| Methods in java.awt with parameters of type KeyEventPostProcessor | |
void |
KeyboardFocusManager.addKeyEventPostProcessor(KeyEventPostProcessor postProcessor)
Adds a key event post processor to the list of registered post processors. |
void |
KeyboardFocusManager.removeKeyEventPostProcessor(KeyEventPostProcessor postProcessor)
Removes the specified key event post processor from the list of registered post processors. |
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||