Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 |
TableCellFinder.findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given
based on some search criteria specified by this finder. |
TableCell |
TableCellByColumnId.findCell(JTable table,
JTableCellReader cellReader)
Finds a cell in the given
that has a matching row index and column id. |
Modifier and Type | Class and Description |
---|---|
class |
BasicJTableCellReader
Understands the default implementation of
. |
Modifier and Type | Method and Description |
---|---|
void |
JTableDriver.cellReader(JTableCellReader newCellReader)
Updates the implementation of
to use when comparing internal values of a
and the values expected in a test. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.