|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabbot.tester.Robot
abbot.tester.ComponentTester
abbot.tester.ListTester
Provides actions for java.awt.List
.
Field Summary |
Fields inherited from class abbot.tester.Robot |
BUTTON_MASK, componentDelay, defaultDelay, DRAG_THRESHOLD, EM_AWT, EM_ROBOT, MENU_SHORTCUT_KEYCODE, MENU_SHORTCUT_MASK, MENU_SHORTCUT_MODIFIER, MENU_SHORTCUT_STRING, MOUSELESS_MODIFIER, MOUSELESS_MODIFIER_MASK, MULTI_CLICK_INTERVAL, POPUP_MASK, POPUP_MODIFIER, POPUP_ON_PRESS, popupDelay, TERTIARY_MASK, TERTIARY_MODIFIER |
Constructor Summary | |
ListTester()
|
Method Summary | |
void |
actionSelectIndex(Component c,
int index)
Deprecated. Use actionSelectRow instead. |
void |
actionSelectRow(Component c,
ListLocation location)
Select the row corresponding to the given ListLocation. |
ComponentLocation |
getLocation(Component c,
Point p)
Return the value, row, or coordinate location. |
ComponentLocation |
parseLocation(String encoded)
Parse the String representation of a ListLocation into the actual ListLocation object. |
protected void |
setSelected(List list,
int index,
boolean selected)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ListTester()
Method Detail |
public void actionSelectIndex(Component c, int index)
public void actionSelectRow(Component c, ListLocation location)
protected void setSelected(List list, int index, boolean selected)
public ComponentLocation parseLocation(String encoded)
parseLocation
in class ComponentTester
public ComponentLocation getLocation(Component c, Point p)
getLocation
in class ComponentTester
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |