org.netbeans.jemmy.operators
Interface JTableOperator.TableCellChooser

Enclosing class:
JTableOperator

public static interface JTableOperator.TableCellChooser

Iterface to choose table cell.


Method Summary
 boolean checkCell(JTableOperator oper, int row, int column)
          Should be true if item is good.
 java.lang.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

java.lang.String getDescription()
Item description.

Returns:
the description.