|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectworkspace.typeblocking.KeyInputMap
public class KeyInputMap
The KeyInputMap manages the processing of particular keys and delegates the task of performing an action to the TypeBlockManager. In a sense, the KeyInputMap assists in mapping a character to an Action.
Method Summary | |
---|---|
protected static void |
enableDefaultKeyMapping(boolean enable)
Enables this if and only if enable == true. |
static void |
processKeyChar(java.awt.event.KeyEvent key)
Processes user-generated keyEvent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected static void enableDefaultKeyMapping(boolean enable)
enable
- public static void processKeyChar(java.awt.event.KeyEvent key)
key
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |