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