Uses of Interface
org.fest.swing.data.TableCellFinder
Packages that use TableCellFinder
Package
Description
Simple (but useful) data structures.
Drivers that simulate user input on GUI
Components.
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of TableCellFinder in org.fest.swing.data
Classes in org.fest.swing.data that implement TableCellFinder -
Uses of TableCellFinder in org.fest.swing.driver
Methods in org.fest.swing.driver with parameters of type TableCellFinderModifier and TypeMethodDescriptionJTableDriver.cell(JTable table, TableCellFinder cellFinder) Returns a cell from the givenusing the given cell finder.JTable -
Uses of TableCellFinder in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type TableCellFinderModifier and TypeMethodDescriptionJTableFixture.cell(TableCellFinder cellFinder) Returns a fixture that manages the table cell found by the given.TableCellFinder