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
Components.
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 giventhat has a matching row index and column id.JTableTableCellFinder.findCell(JTable table, JTableCellReader cellReader) Finds a cell in the givenbased on some search criteria specified by this finder.JTableTableCellInRowByValue.findCell(JTable table, JTableCellReader cellReader) Finds a cell in the giventhat: is located in the first row whose values match the given ones has a matching row indexJTableTableCellInSelectedRow.findCell(JTable table, JTableCellReader cellReader) Finds a cell in the giventhat belongs to the first selected row and has a matching column index.JTableprivate static intTableCellInRowByValue.findRowIndex(JTable table, JTableCellReader cellReader, String[] values) private static booleanTableCellInRowByValue.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 TypeClassDescriptionclassUnderstands the default implementation of.JTableCellReaderFields 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 ColorJTableDriver.cellBackground(JTable table, TableCell cell, JTableCellReader cellReader) private static FontJTableDriver.cellFont(JTable table, TableCell cell, JTableCellReader cellReader) private static ColorJTableDriver.cellForeground(JTable table, TableCell cell, JTableCellReader cellReader) private static booleanJTableMatchingCellQuery.cellHasValue(JTable table, int row, int column, TextMatcher matcher, JTableCellReader cellReader) voidJTableDriver.cellReader(JTableCellReader newCellReader) Updates the implementation ofto use when comparing internal values of aJTableCellReaderand the values expected in a test.JTableprivate static StringJTableDriver.cellValue(JTable table, int row, int column, JTableCellReader cellReader) private static StringJTableDriver.cellValue(JTable table, TableCell cell, JTableCellReader cellReader) (package private) static TableCellJTableMatchingCellQuery.cellWithValue(JTable table, TextMatcher matcher, JTableCellReader cellReader) private static TableCellJTableMatchingCellQuery.findMatchingCell(JTable table, TextMatcher matcher, JTableCellReader cellReader) private static StringJTableDriver.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 ofto use when comparing internal values of this fixture'sJTableCellReaderand the values expected in a test.JTable