public static interface JTableOperator.TableCellChooser
Modifier and Type | Method and Description |
---|---|
boolean |
checkCell(JTableOperator oper,
int row,
int column)
Should be true if item is good.
|
java.lang.String |
getDescription()
Item description.
|
boolean checkCell(JTableOperator oper, int row, int column)
oper
- Operator used to search item.row
- Row be checked.column
- Column be checked.java.lang.String getDescription()