public interface CellMatcher
Some commonly used matchers can be created via CellMatchers.
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(int row,
int column,
TableModel model)
Return whether a given cell of the table should match.
|
boolean matches(int row,
int column,
TableModel model)