Package org.fest.swing.cell

Support for custom cell renderers in components like JComboBox, JList, JTable and JTree.

See:
          Description

Interface Summary
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.
 

Package org.fest.swing.cell Description

Support for custom cell renderers in components like JComboBox, JList, JTable and JTree.



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