org.netbeans.jemmy.operators
public static interface JListOperator.ListItemChooser
Modifier and Type | Method and Description |
---|---|
boolean |
checkItem(JListOperator oper,
int index)
Should be true if item is good.
|
String |
getDescription()
Item description.
|
boolean checkItem(JListOperator oper, int index)
oper
- Operator used to search item.index
- Index of an item be checked.String getDescription()