public interface TableCellFinder
JTable.| Modifier and Type | Method and Description |
|---|---|
TableCell |
findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given
JTable based on some search criteria specified by this finder. |
@RunsInEDT @Nonnull TableCell findCell(@Nonnull JTable table, @Nonnull JTableCellReader cellReader)
JTable based on some search criteria specified by this finder. Implementations of
this method should access the given JTable in the event dispatch thread (EDT.)table - the target JTable.cellReader - knows how to read the contents of a cell in a JTable.ActionFailedException - if a matching cell could not be found.Copyright © 2014 AssertJ. All rights reserved.