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

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

Classes in org.fest.swing.driver that implement JTreeCellReader
 class BasicJTreeCellReader
          Understands the default implementation of JTreeCellReader.
 

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

Uses of JTreeCellReader in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture with parameters of type JTreeCellReader
 JTreeFixture JTreeFixture.cellReader(JTreeCellReader cellReader)
          Updates the implementation of JTreeCellReader to use when comparing internal values of a JTree and the values expected in a test.
 



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