Uses of Interface
org.fest.swing.data.TableCellFinder

Packages that use TableCellFinder
org.fest.swing.data Simple (but useful) data structures. 
org.fest.swing.driver Drivers that simulate user input on GUI Components. 
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 JTable by column identifier.
 class TableCellInRowByValue
          Understands lookup of a cell in the first row in JTable whose values match the given ones.
 class TableCellInSelectedRow
          Understands lookup of a cell in the first selected row of a JTable.
 

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 JTable 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 TableCellFinder.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.