public interface TableCellFinder
JTable
.Modifier and Type | Method and Description |
---|---|
TableCell |
findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given
based on some search criteria specified by this finder. |
@RunsInEDT TableCell findCell(JTable table, 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.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 © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.