Uses of Class
org.fest.swing.fixture.JTableCellFixture
Packages that use JTableCellFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JTableCellFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JTableCellFixtureModifier and TypeMethodDescriptionJTableCellFixture.cancelEditing()
Cancels editing this fixture's table cell.Returns a fixture that manages the table cell specified by the given row and column.JTableFixture.cell
(TableCellFinder cellFinder) Returns a fixture that manages the table cell found by the given
.TableCellFinder
JTableCellFixture.click()
Simulates a user clicking this fixture's table cell.JTableCellFixture.click
(MouseButton button) Simulates a user clicking a cell in this fixture's table cell once, using the specified mouse button.private JTableCellFixture
JTableCellFixture.click
(MouseButton button, int times) JTableCellFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's table cell.JTableCellFixture.doubleClick()
Simulates a user double-clicking this fixture's table cell.JTableCellFixture.drag()
Simulates a user dragging this fixture's table cell.JTableCellFixture.drop()
Simulates a user dropping into this fixture's table cell.JTableCellFixture.enterValue
(String value) Enters the given value to this fixture's table cell.JTableCellFixture.requireEditable()
Asserts that this fixture's table cell is editable.JTableCellFixture.requireNotEditable()
Asserts that this fixture's table cell is not editable.JTableCellFixture.requireValue
(String value) Asserts that the value of this fixture's table cell matches the given value.JTableCellFixture.requireValue
(Pattern pattern) Asserts that the value of this fixture's table cell matches the given regular expression pattern.JTableCellFixture.rightClick()
Simulates a user right-clicking this fixture's table cell.JTableCellFixture.select()
Simulates a user selecting this fixture's table cell.JTableCellFixture.startEditing()
Starts editing this fixture's table cell.JTableCellFixture.stopEditing()
Stops editing this fixture's table cell.