Uses of Interface
org.fest.swing.cell.JTableCellReader
Packages that use JTableCellReader
Package
Description
Simple (but useful) data structures.
Drivers that simulate user input on GUI
Component
s.
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JTableCellReader in org.fest.swing.data
Methods in org.fest.swing.data with parameters of type JTableCellReaderModifier and TypeMethodDescriptionTableCellByColumnId.findCell
(JTable table, JTableCellReader cellReader) Finds a cell in the given
that has a matching row index and column id.JTable
TableCellFinder.findCell
(JTable table, JTableCellReader cellReader) Finds a cell in the given
based on some search criteria specified by this finder.JTable
TableCellInRowByValue.findCell
(JTable table, JTableCellReader cellReader) Finds a cell in the given
that: is located in the first row whose values match the given ones has a matching row indexJTable
TableCellInSelectedRow.findCell
(JTable table, JTableCellReader cellReader) Finds a cell in the given
that belongs to the first selected row and has a matching column index.JTable
private static int
TableCellInRowByValue.findRowIndex
(JTable table, JTableCellReader cellReader, String[] values) private static boolean
TableCellInRowByValue.matchingRow
(JTable table, JTableCellReader cellReader, String[] values, int row) -
Uses of JTableCellReader in org.fest.swing.driver
Classes in org.fest.swing.driver that implement JTableCellReaderModifier and TypeClassDescriptionclass
Understands the default implementation of
.JTableCellReader
Fields in org.fest.swing.driver declared as JTableCellReaderMethods in org.fest.swing.driver that return JTableCellReaderMethods in org.fest.swing.driver with parameters of type JTableCellReaderModifier and TypeMethodDescriptionprivate static Color
JTableDriver.cellBackground
(JTable table, TableCell cell, JTableCellReader cellReader) private static Font
JTableDriver.cellFont
(JTable table, TableCell cell, JTableCellReader cellReader) private static Color
JTableDriver.cellForeground
(JTable table, TableCell cell, JTableCellReader cellReader) private static boolean
JTableMatchingCellQuery.cellHasValue
(JTable table, int row, int column, TextMatcher matcher, JTableCellReader cellReader) void
JTableDriver.cellReader
(JTableCellReader newCellReader) Updates the implementation of
to use when comparing internal values of aJTableCellReader
and the values expected in a test.JTable
private static String
JTableDriver.cellValue
(JTable table, int row, int column, JTableCellReader cellReader) private static String
JTableDriver.cellValue
(JTable table, TableCell cell, JTableCellReader cellReader) (package private) static TableCell
JTableMatchingCellQuery.cellWithValue
(JTable table, TextMatcher matcher, JTableCellReader cellReader) private static TableCell
JTableMatchingCellQuery.findMatchingCell
(JTable table, TextMatcher matcher, JTableCellReader cellReader) private static String
JTableDriver.selectionValue
(JTable table, JTableCellReader cellReader) (package private) static String[][]
JTableContentsQuery.tableContents
(JTable table, JTableCellReader cellReader) -
Uses of JTableCellReader in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type JTableCellReaderModifier and TypeMethodDescriptionJTableFixture.cellReader
(JTableCellReader cellReader) Updates the implementation of
to use when comparing internal values of this fixture'sJTableCellReader
and the values expected in a test.JTable