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 © 2017 Pivotal Software, Inc.. All rights reserved.