|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.extensions.jfcunit.keyboard.AbstractKeyMapping
junit.extensions.jfcunit.keyboard.DefaultKeyMapping
This class maps the key codes for a standard US 101 Key Keyboard.
Field Summary | |
private static java.lang.Object[][] |
CHARMAP
The array below maps the character code to the key codes which are to be struck to construct the character. |
private static int |
SHIFT
Create a local Mapping for the shift key. |
Fields inherited from class junit.extensions.jfcunit.keyboard.AbstractKeyMapping |
|
Constructor Summary | |
DefaultKeyMapping()
Constructor. |
Methods inherited from class junit.extensions.jfcunit.keyboard.AbstractKeyMapping |
getKeyStrokes, getKeyStrokes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final int SHIFT
private static final java.lang.Object[][] CHARMAP
Constructor Detail |
public DefaultKeyMapping()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |