Interface JTableOperator.TableCellChooser

Enclosing class:
JTableOperator

public static interface JTableOperator.TableCellChooser
Iterface to choose table cell.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    checkCell(JTableOperator oper, int row, int column)
    Should be true if item is good.
    Item description.
  • Method Details

    • checkCell

      boolean checkCell(JTableOperator oper, int row, int column)
      Should be true if item is good.
      Parameters:
      oper - Operator used to search item.
      row - Row be checked.
      column - Column be checked.
      Returns:
      true if cell fits the criteria
    • getDescription

      String getDescription()
      Item description.
      Returns:
      the description.