|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JTableCellReader | |
---|---|
org.fest.swing.data | Simple (but useful) data structures. |
org.fest.swing.driver |
Drivers that simulate user input on GUI s. |
org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
Uses of JTableCellReader in org.fest.swing.data |
---|
Methods in org.fest.swing.data with parameters of type JTableCellReader | |
---|---|
TableCell |
TableCellInSelectedRow.findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given that belongs to the first selected row and has a matching
column index. |
TableCell |
TableCellFinder.findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given based on some search criteria specified by this finder. |
TableCell |
TableCellInRowByValue.findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given that:
is located in the first row whose values match the given ones
has a matching row index
|
TableCell |
TableCellByColumnId.findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given that has a matching row index and column id. |
Uses of JTableCellReader in org.fest.swing.driver |
---|
Classes in org.fest.swing.driver that implement JTableCellReader | |
---|---|
class |
BasicJTableCellReader
Understands the default implementation of . |
Methods in org.fest.swing.driver with parameters of type JTableCellReader | |
---|---|
void |
JTableDriver.cellReader(JTableCellReader newCellReader)
Updates the implementation of to use when comparing internal values of a
and the values expected in a test. |
Uses of JTableCellReader in org.fest.swing.fixture |
---|
Methods in org.fest.swing.fixture with parameters of type JTableCellReader | |
---|---|
JTableFixture |
JTableFixture.cellReader(JTableCellReader cellReader)
Updates the implementation of to use when comparing internal values of this
fixture's and the values expected in a test. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |