Uses of Class
org.fest.swing.data.TableCell
Packages that use TableCell
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 TableCell in org.fest.swing.data
Methods in org.fest.swing.data that return TableCellModifier and TypeMethodDescriptionTableCell.TableCellBuilder.column(int column) Creates a new table cell using the row index specified inand the column index specified as the argument in this method.row(int)private static TableCellTableCellByColumnId.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.JTable -
Uses of TableCell in org.fest.swing.driver
Methods in org.fest.swing.driver that return TableCellModifier and TypeMethodDescriptionReturns a cell from the givenwhose value matches the given one.JTableReturns a cell from the givenwhose value matches the given regular expression pattern.JTableJTableDriver.cell(JTable table, TableCellFinder cellFinder) Returns a cell from the givenusing the given cell finder.JTable(package private) static TableCellJTableMatchingCellQuery.cellWithValue(JTable table, TextMatcher matcher, JTableCellReader cellReader) private static TableCellJTableMatchingCellQuery.findMatchingCell(JTable table, TextMatcher matcher, JTableCellReader cellReader) Methods in org.fest.swing.driver with parameters of type TableCellModifier and TypeMethodDescriptionJTableDriver.background(JTable table, TableCell cell) Returns the background color of the given table cell.voidJTableDriver.cancelCellEditing(JTable table, TableCell cell) Cancels editing the given cell of the, using this driver'sJTable.JTableCellWriterprivate static ColorJTableDriver.cellBackground(JTable table, TableCell cell, JTableCellReader cellReader) JTableLocation.cellBounds(JTable table, TableCell cell) Returns the bounds of the given cell.JTableDriver.cellEditor(JTable table, TableCell cell) Returns the editor in the given cell of the, using this driver'sJTable.JTableCellWriterprivate static FontJTableDriver.cellFont(JTable table, TableCell cell, JTableCellReader cellReader) private static ColorJTableDriver.cellForeground(JTable table, TableCell cell, JTableCellReader cellReader) private static StringJTableDriver.cellValue(JTable table, TableCell cell, JTableCellReader cellReader) private org.fest.assertions.DescriptionJTableDriver.cellValueProperty(JTable table, TableCell cell) voidJTableDriver.click(JTable table, TableCell cell, MouseButton mouseButton, int times) Clicks the given cell, using the specified mouse button, the given number of times.voidStarts a drag operation at the location of the given table cell.voidStarts a drop operation at the location of the given table cell.voidJTableDriver.enterValueInCell(JTable table, TableCell cell, String value) Enters the given value in the given cell of the, using this driver'sJTable.JTableCellWriterReturns the font of the given table cell.JTableDriver.foreground(JTable table, TableCell cell) Returns the foreground color of the given table cell.(package private) static booleanJTableCellEditableQuery.isCellEditable(JTable table, TableCell cell) Converts the given table cell into a coordinate pair.private static PointJTableDriver.pointAtCell(JTable table, TableCell cell, JTableLocation location) voidJTableDriver.requireCellValue(JTable table, TableCell cell, String value) Asserts that the value of the given cell matches the given value.voidJTableDriver.requireCellValue(JTable table, TableCell cell, Pattern pattern) Asserts that the value of the given cell matches the given regular expression pattern.voidJTableDriver.requireEditable(JTable table, TableCell cell) Asserts that the given table cell is editable.private static voidJTableDriver.requireEditableEqualTo(JTable table, TableCell cell, boolean editable) voidJTableDriver.requireNotEditable(JTable table, TableCell cell) Asserts that the given table cell is not editable.private static voidJTableDriver.scrollToCell(JTable table, TableCell cell, JTableLocation location) private static PointJTableDriver.scrollToPointAtCell(JTable table, TableCell cell, JTableLocation location) voidJTableDriver.selectCell(JTable table, TableCell cell) Selects the given cell, if it is not selected already.voidJTableDriver.selectCells(JTable table, TableCell[] cells) Selects the given cells of the.JTableJTableDriver.showPopupMenuAt(JTable table, TableCell cell) Shows a pop-up menu at the given table cell.voidJTableDriver.startCellEditing(JTable table, TableCell cell) Starts editing the given cell of the, using this driver'sJTable.JTableCellWritervoidJTableDriver.stopCellEditing(JTable table, TableCell cell) Stops editing the given cell of the, using this driver'sJTable.JTableCellWritervoidValidates that the given table cell is nonnulland its indices are not out of bounds.private static voidJTableDriver.validateCellIndexBounds(JTable table, TableCell cell) static voidJTableCellValidator.validateCellIndices(JTable table, TableCell cell) Validates that the given table cell is nonnulland its indices are not out of bounds.private voidJTableDriver.validateCellsToSelect(TableCell[] cells) static voidJTableCellValidator.validateNotNull(TableCell cell) Validates that the given table cell is notnull.Returns theStringrepresentation of the value at the given cell, using this driver's.JTableCellReader -
Uses of TableCell in org.fest.swing.fixture
Fields in org.fest.swing.fixture declared as TableCellMethods in org.fest.swing.fixture that return TableCellModifier and TypeMethodDescription(package private) TableCellJTableCellFixture.cell()Returns a fixture that manages the table cell whose value matches the given one.Returns a fixture that manages the table cell whose value matches the given regular expression pattern.Methods in org.fest.swing.fixture with parameters of type TableCellModifier and TypeMethodDescriptionJTableFixture.backgroundAt(TableCell cell) Returns a fixture that verifies the background color of the given table cell.Returns a fixture that manages the table cell specified by the given row and column.private org.fest.assertions.DescriptionJTableFixture.cellProperty(TableCell cell, String propertyName) JTableFixture.click(TableCell cell, MouseButton button) Simulates a user clicking a cell in this fixture'sonce, using the specified mouse button.JTable(package private) voidJTableFixture.click(TableCell cell, MouseButton button, int times) JTableFixture.click(TableCell cell, MouseClickInfo mouseClickInfo) Simulates a user clicking a cell in this fixture's, using the specified mouse button the given number of times.JTableSimulates a user dragging an item from this fixture's.JTableSimulates a user dropping an item to this fixture's.JTableJTableFixture.enterValue(TableCell cell, String value) Enters the given value in the given cell of this fixture's, using this fixture'sJTable.JTableCellWriterReturns a fixture that verifies the font of the given table cell.JTableFixture.foregroundAt(TableCell cell) Returns a fixture that verifies the foreground color of the given table cell.Converts the given cell into a coordinate pair.JTableFixture.requireCellValue(TableCell cell, String value) Asserts that the value of the given cell matches the given value.JTableFixture.requireCellValue(TableCell cell, Pattern pattern) Asserts that the value of the given cell matches the given regular expression pattern.JTableFixture.requireEditable(TableCell cell) Asserts that the given cell in this fixture'sis editable.JTableJTableFixture.requireNotEditable(TableCell cell) Asserts that the given cell in this fixture'sis not editable.JTableJTableFixture.selectCell(TableCell cell) Simulates a user selecting the given cell (row and column) of this fixture's.JTableJTableFixture.selectCells(TableCell... cells) Simulates a user selecting the given cells of this fixture's.JTableJTableFixture.showPopupMenuAt(TableCell cell) Shows a pop-up menu at the given cell.private voidJTableCellFixture.validateNotNull(TableCell newCell) Returns theStringrepresentation of the value of a cell in this fixture's, using this fixture'sJTable.JTableCellReaderConstructors in org.fest.swing.fixture with parameters of type TableCellModifierConstructorDescriptionprotectedJTableCellFixture(JTableFixture table, TableCell cell) Creates a new.JTableCellFixture