public static interface JTreeOperator.TreeRowChooser
Modifier and Type | Method and Description |
---|---|
boolean |
checkRow(JTreeOperator oper,
int row)
Should be true if row is good.
|
java.lang.String |
getDescription()
Row description.
|
boolean checkRow(JTreeOperator oper, int row)
oper
- Operator used to search item.row
- Row be checked.java.lang.String getDescription()