junit.extensions.jfcunit.keyboard
Class DefaultKeyMapping

java.lang.Object
  extended byjunit.extensions.jfcunit.keyboard.AbstractKeyMapping
      extended byjunit.extensions.jfcunit.keyboard.DefaultKeyMapping
All Implemented Interfaces:
KeyMapping

public class DefaultKeyMapping
extends AbstractKeyMapping

This class maps the key codes for a standard US 101 Key Keyboard.

Author:
Vijay Aravamudhan : ThoughtWorks Inc.

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

SHIFT

private static final int SHIFT
Create a local Mapping for the shift key.

See Also:
Constant Field Values

CHARMAP

private static final java.lang.Object[][] CHARMAP
The array below maps the character code to the key codes which are to be struck to construct the character.

Constructor Detail

DefaultKeyMapping

public DefaultKeyMapping()
Constructor.



Licensed under: GNU Lesser General Public License, Ver 2.1, February 1999