Uses of Interface
org.fest.swing.cell.JTreeCellReader
Packages that use JTreeCellReader
Package
Description
Drivers that simulate user input on GUI
Components.
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 JTreeCellReaderModifier and TypeClassDescriptionclassUnderstands the default implementation of.JTreeCellReaderFields in org.fest.swing.driver declared as JTreeCellReaderMethods in org.fest.swing.driver that return JTreeCellReaderModifier and TypeMethodDescription(package private) JTreeCellReaderJTreeDriver.cellReader()(package private) JTreeCellReaderJTreePathFinder.cellReader()Methods in org.fest.swing.driver with parameters of type JTreeCellReaderModifier and TypeMethodDescriptionvoidJTreeDriver.cellReader(JTreeCellReader newCellReader) Updates the implementation ofto use when comparing internal values of aJTreeCellReaderand the values expected in a test.JTree(package private) voidJTreePathFinder.cellReader(JTreeCellReader newCellReader) -
Uses of JTreeCellReader in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type JTreeCellReaderModifier and TypeMethodDescriptionJTreeFixture.cellReader(JTreeCellReader cellReader) Updates the implementation ofto use when comparing internal values of aJTreeCellReaderand the values expected in a test.JTree