Interface JTableOperator.TableCellChooser
- Enclosing class:
JTableOperator
public static interface JTableOperator.TableCellChooser
Iterface to choose table cell.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckCell(JTableOperator oper, int row, int column) Should be true if item is good.Item description.
-
Method Details
-
checkCell
Should be true if item is good.- Parameters:
oper- Operator used to search item.row- Row be checked.column- Column be checked.- Returns:
- true if cell fits the criteria
-
getDescription
-