us.ihmc.utilities.keyboardAndMouse
Class GhostMouseStringToChar

java.lang.Object
  extended by us.ihmc.utilities.keyboardAndMouse.GhostMouseStringToChar

public class GhostMouseStringToChar
extends java.lang.Object


Constructor Summary
GhostMouseStringToChar()
           
 
Method Summary
static java.lang.String convertKeycodeToString(int keyCode)
           
static int convertStringToKeycode(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhostMouseStringToChar

public GhostMouseStringToChar()
Method Detail

convertStringToKeycode

public static int convertStringToKeycode(java.lang.String string)

convertKeycodeToString

public static java.lang.String convertKeycodeToString(int keyCode)