Interface JTreeOperator.TreeRowChooser

  • Enclosing class:
    JTreeOperator

    public static interface JTreeOperator.TreeRowChooser
    Iterface to choose tree row. Defines criteria to distinguish row.
    • 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.