Class ListKeyboardDriver
java.lang.Object
org.netbeans.jemmy.drivers.LightSupportiveDriver
org.netbeans.jemmy.drivers.lists.ListAPIDriver
org.netbeans.jemmy.drivers.lists.ListKeyboardDriver
- All Implemented Interfaces:
LightDriver, ListDriver, MultiSelListDriver
List driver for java.awt.List component type.
Uses keyboard and mouse.
- Author:
- Alexandre Iline(alexandre.iline@sun.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidselectItem(ComponentOperator oper, int index) Selects an item.Methods inherited from class ListAPIDriver
selectItemsMethods inherited from class LightSupportiveDriver
checkSupported, getSupportedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MultiSelListDriver
selectItems
-
Constructor Details
-
ListKeyboardDriver
public ListKeyboardDriver()Constructs a ListKeyboardDriver.
-
-
Method Details
-
selectItem
Description copied from interface:ListDriverSelects an item.- Specified by:
selectItemin interfaceListDriver- Overrides:
selectItemin classListAPIDriver- Parameters:
oper- List operator.index- Item index.
-