Interface CellMatcher


public interface CellMatcher
This is used to specify where some components of a Table may be applied.

Some commonly used matchers can be created via CellMatchers.

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(int row, int column, TableModel model)
     
  • Method Details

    • matches

      boolean matches(int row, int column, TableModel model)
      Parameters:
      row - the row being tested.
      column - the column being tested
      model - the data model of the table
      Returns:
      whether a given cell of the table should match.