|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableCellFinder | |
---|---|
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 TableCellFinder in org.fest.swing.data |
---|
Classes in org.fest.swing.data that implement TableCellFinder | |
---|---|
class |
TableCellByColumnId
Understands lookup of a cell in a by column identifier. |
class |
TableCellInRowByValue
Understands lookup of a cell in the first row in whose values match the given ones. |
class |
TableCellInSelectedRow
Understands lookup of a cell in the first selected row of a . |
Uses of TableCellFinder in org.fest.swing.driver |
---|
Methods in org.fest.swing.driver with parameters of type TableCellFinder | |
---|---|
TableCell |
JTableDriver.cell(JTable table,
TableCellFinder cellFinder)
Returns a cell from the given using the given cell finder. |
Uses of TableCellFinder in org.fest.swing.fixture |
---|
Methods in org.fest.swing.fixture with parameters of type TableCellFinder | |
---|---|
JTableCellFixture |
JTableFixture.cell(TableCellFinder cellFinder)
Returns a fixture that manages the table cell found by the given . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |