Package org.netbeans.jemmy.operators
Interface JListOperator.ListItemChooser
-
- Enclosing class:
- JListOperator
public static interface JListOperator.ListItemChooser
Iterface to choose list item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkItem(JListOperator oper, int index)
Should be true if item is good.java.lang.String
getDescription()
Item description.
-
-
-
Method Detail
-
checkItem
boolean checkItem(JListOperator oper, int index)
Should be true if item is good.- Parameters:
oper
- Operator used to search item.index
- Index of an item be checked.- Returns:
- true if the item fits the criteria
-
getDescription
java.lang.String getDescription()
Item description.- Returns:
- a description.
-
-