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) |
boolean matches(int row,
int column,
TableModel model)
row - the row being tested.column - the column being testedmodel - the data model of the tableCopyright © 2023. All rights reserved.