Interface JListOperator.ListItemChooser
- Enclosing class:
JListOperator
public static interface JListOperator.ListItemChooser
Iterface to choose list item.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckItem(JListOperator oper, int index) Should be true if item is good.Item description.
-
Method Details
-
checkItem
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
-