Interface JTreeOperator.TreeRowChooser
- Enclosing class:
JTreeOperator
public static interface JTreeOperator.TreeRowChooser
Iterface to choose tree row. Defines criteria to distinguish row.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckRow(JTreeOperator oper, int row) Should be true if row is good.Row description.
-
Method Details
-
checkRow
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
-