org.apache.pivot.wtk
Class Automation

java.lang.Object
  extended by org.apache.pivot.wtk.Automation

public final class Automation
extends Object

Supports UI automation by providing a means to obtain a reference to a component via an automation ID.


Method Summary
protected static void add(String automationID, Component component)
           
static Component get(String automationID)
           
protected static void remove(String automationID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static Component get(String automationID)

add

protected static void add(String automationID,
                          Component component)

remove

protected static void remove(String automationID)