org.uispec4j.utils
Class KeyUtils

java.lang.Object
  extended by org.uispec4j.utils.KeyUtils

public class KeyUtils
extends java.lang.Object


Constructor Summary
KeyUtils()
           
 
Method Summary
static void enterKeys(java.awt.Component component, Key... keys)
           
static void pressKey(java.awt.Component component, Key key)
           
static void pressKey(UIComponent component, Key key)
           
static void releaseKey(java.awt.Component component, Key key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyUtils

public KeyUtils()
Method Detail

pressKey

public static void pressKey(UIComponent component,
                            Key key)

pressKey

public static void pressKey(java.awt.Component component,
                            Key key)

releaseKey

public static void releaseKey(java.awt.Component component,
                              Key key)

enterKeys

public static void enterKeys(java.awt.Component component,
                             Key... keys)


Copyright © 2004-2010. All Rights Reserved.