Package org.netbeans.jemmy.operators
Interface JTableOperator.TableCellChooser
-
- Enclosing class:
- JTableOperator
public static interface JTableOperator.TableCellChooser
Iterface to choose table cell.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkCell(JTableOperator oper, int row, int column)
Should be true if item is good.String
getDescription()
Item description.
-
-
-
Method Detail
-
checkCell
boolean checkCell(JTableOperator oper, int row, int column)
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
String getDescription()
Item description.- Returns:
- the description.
-
-