Uses of Package
org.fest.swing.cell

Packages that use org.fest.swing.cell
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. 
 

Classes in org.fest.swing.cell used by org.fest.swing.data
JTableCellReader
          Understands reading the internal value of a cell in a JTable as expected in a test.
 

Classes in org.fest.swing.cell used by org.fest.swing.driver
JComboBoxCellReader
          Understands reading the internal value of a cell in a JComboBox as expected in a test.
JListCellReader
          Understands reading the internal value of a cell in a JList as expected in a test.
JTableCellReader
          Understands reading the internal value of a cell in a JTable as expected in a test.
JTableCellWriter
          Understands how to edit the value of a cell in a JTable.
JTreeCellReader
          Understands reading the internal value of a cell in a JTree as expected in a test.
 

Classes in org.fest.swing.cell used by org.fest.swing.fixture
JComboBoxCellReader
          Understands reading the internal value of a cell in a JComboBox as expected in a test.
JListCellReader
          Understands reading the internal value of a cell in a JList as expected in a test.
JTableCellReader
          Understands reading the internal value of a cell in a JTable as expected in a test.
JTableCellWriter
          Understands how to edit the value of a cell in a JTable.
JTreeCellReader
          Understands reading the internal value of a cell in a JTree as expected in a test.
 



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