Package org.netbeans.jemmy.operators
Interface JTreeOperator.TreeRowChooser
-
- Enclosing class:
- JTreeOperator
public static interface JTreeOperator.TreeRowChooser
Iterface to choose tree row. Defines criteria to distinguish row.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkRow(JTreeOperator oper, int row)
Should be true if row is good.java.lang.String
getDescription()
Row description.
-
-
-
Method Detail
-
checkRow
boolean checkRow(JTreeOperator oper, int row)
Should be true if row is good.- Parameters:
oper
- Operator used to search item.row
- Row be checked.- Returns:
- true if the row fits the criteria
-
getDescription
java.lang.String getDescription()
Row description.- Returns:
- a criteria description.
-
-