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

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

Classes in org.fest.swing.driver that implement JListCellReader
 class BasicJListCellReader
          Understands the default implementation of JListCellReader.
 

Methods in org.fest.swing.driver with parameters of type JListCellReader
 void JListDriver.cellReader(JListCellReader newCellReader)
          Updates the implementation of JListCellReader to use when comparing internal values of a JList and the values expected in a test.
 

Uses of JListCellReader in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture with parameters of type JListCellReader
 JListFixture JListFixture.cellReader(JListCellReader cellReader)
          Updates the implementation of JListCellReader to use when comparing internal values of this fixture's JList and the values expected in a test.
 



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