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