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

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

Classes in org.fest.swing.driver that implement JTableCellWriter
 class AbstractJTableCellWriter
          Understands the base class for implementations of JTableCellWriter.
 class BasicJTableCellWriter
          Understands the default implementation of JTableCellWriter.
 class JTableCheckBoxEditorCellWriter
          Understands an implementation of JTableCellWriter that knows how to use JTextComponents as cell editors.
 class JTableComboBoxEditorCellWriter
          Understands an implementation of JTableCellWriter that knows how to use JComboBoxes as cell editors.
 class JTableTextComponentEditorCellWriter
          Understands an implementation of JTableCellWriter that knows how to use JTextComponents as cell editors.
 

Methods in org.fest.swing.driver with parameters of type JTableCellWriter
 void JTableDriver.cellWriter(JTableCellWriter newCellWriter)
          Updates the implementation of JTableCellWriter to use to edit cell values in a JTable.
 

Uses of JTableCellWriter in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture with parameters of type JTableCellWriter
 JTableFixture JTableFixture.cellWriter(JTableCellWriter cellWriter)
          Updates the implementation of JTableCellWriter 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.