Interface JTreeOperator.TreeRowChooser

Enclosing class:
JTreeOperator

public static interface JTreeOperator.TreeRowChooser
Iterface to choose tree row. Defines criteria to distinguish row.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    checkRow(JTreeOperator oper, int row)
    Should be true if row is good.
    Row description.
  • Method Details

    • 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

      String getDescription()
      Row description.
      Returns:
      a criteria description.