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 | Class and Description |
---|---|
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
. |
Modifier and Type | Method and Description |
---|---|
TableCell |
JTableDriver.cell(JTable table,
TableCellFinder cellFinder)
Returns a cell from the given
using the given cell finder. |
Modifier and Type | Method and Description |
---|---|
JTableCellFixture |
JTableFixture.cell(TableCellFinder cellFinder)
Returns a fixture that manages the table cell found by the given
. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.