org.wings.util
Class KeystrokeUtil

java.lang.Object
  extended by org.wings.util.KeystrokeUtil

public class KeystrokeUtil
extends Object

This source code was taken from a code example at http://javaalmanac.com/ and slightly altered to fit our purpose.

Author:
ole

Constructor Summary
KeystrokeUtil()
           
 
Method Summary
static String getKeyText(int keyCode)
           
static String keyStroke2String(KeyStroke key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeystrokeUtil

public KeystrokeUtil()
Method Detail

keyStroke2String

public static String keyStroke2String(KeyStroke key)

getKeyText

public static String getKeyText(int keyCode)


wingS Swings ;-)