org.apache.pivot.wtk
Class Automation
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public static Component get(String automationID)
add
protected static void add(String automationID,
Component component)
remove
protected static void remove(String automationID)