Uses of Interface
org.fest.swing.cell.JTableCellReader

Packages that use JTableCellReader
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 JTableCellReader in org.fest.swing.data
 

Methods in org.fest.swing.data with parameters of type JTableCellReader
 TableCell TableCellFinder.findCell(JTable table, JTableCellReader cellReader)
          Finds a cell in the given JTable based on some search criteria specified by this finder.
 TableCell TableCellByColumnId.findCell(JTable table, JTableCellReader cellReader)
          Finds a cell in the given JTable that has a matching row index and column id.
 TableCell TableCellInRowByValue.findCell(JTable table, JTableCellReader cellReader)
          Finds a cell in the given JTable that: is located in the first row whose values match the given ones has a matching row index
 TableCell TableCellInSelectedRow.findCell(JTable table, JTableCellReader cellReader)
          Finds a cell in the given JTable that belongs to the first selected row and has a matching column index.
 

Uses of JTableCellReader in org.fest.swing.driver
 

Classes in org.fest.swing.driver that implement JTableCellReader
 class BasicJTableCellReader
          Understands the default implementation of JTableCellReader.
 

Methods in org.fest.swing.driver with parameters of type JTableCellReader
 void JTableDriver.cellReader(JTableCellReader newCellReader)
          Updates the implementation of JTableCellReader to use when comparing internal values of a JTable 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 JTableCellReader to use when comparing internal values of this fixture's JTable and the values expected in a test.
 



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