Uses of Class
org.fest.swing.fixture.JTableFixture
Packages that use JTableFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JTableFixture in org.fest.swing.fixture
Fields in org.fest.swing.fixture declared as JTableFixtureMethods in org.fest.swing.fixture that return JTableFixtureModifier 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
JTableFixture.cellWriter
(JTableCellWriter cellWriter) Updates the implementation of
to use when comparing internal values of this fixture'sJTableCellWriter
and the values expected in a test.JTable
JTableFixture.click()
Simulates a user clicking this fixture's
.JTable
JTableFixture.click
(MouseButton button) Simulates a user clicking this fixture's
.JTable
JTableFixture.click
(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's
.JTable
JTableFixture.click
(TableCell cell, MouseButton button) Simulates a user clicking a cell in this fixture's
once, using the specified mouse button.JTable
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.JTable
JTableFixture.doubleClick()
Simulates a user double-clicking this fixture's
.JTable
Simulates a user dragging an item from this fixture's
.JTable
Simulates a user dropping an item to this fixture's
.JTable
JTableFixture.enterValue
(TableCell cell, String value) Enters the given value in the given cell of this fixture's
, using this fixture'sJTable
.JTableCellWriter
JTableFixture.focus()
Gives input focus to this fixture's
.JTable
JTableFixture.pressAndReleaseKey
(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's
.JTable
JTableFixture.pressAndReleaseKeys
(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's
.JTable
JTableFixture.pressKey
(int keyCode) Simulates a user pressing the given key on this fixture's
.JTable
JTableFixture.releaseKey
(int keyCode) Simulates a user releasing the given key on this fixture's
.JTable
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.requireColumnCount
(int expected) Asserts that this fixture's
has the given number of columns.JTable
JTableFixture.requireContents
(String[][] contents) Asserts that theString
representation of the cell values in this fixture's
is equal to the givenJTable
String
array.JTableFixture.requireDisabled()
Asserts that this fixture's
is disabled.JTable
JTableFixture.requireEditable
(TableCell cell) Asserts that the given cell in this fixture's
is editable.JTable
JTableFixture.requireEnabled()
Asserts that this fixture's
is enabled.JTable
JTableFixture.requireEnabled
(Timeout timeout) Asserts that this fixture's
is enabled.JTable
JTableFixture.requireFocused()
Asserts that this fixture's
has input focus.JTable
JTableFixture.requireNoSelection()
Verifies that this fixture's
does not have any selection.JTable
JTableFixture.requireNotEditable
(TableCell cell) Asserts that the given cell in this fixture's
is not editable.JTable
JTableFixture.requireNotVisible()
Asserts that this fixture's
is not visible.JTable
JTableFixture.requireRowCount
(int expected) Asserts that this fixture's
has the given number of rows.JTable
JTableFixture.requireSelectedRows
(int... rows) Asserts that the set of selected rows in this fixture's
contains to the given row indices.JTable
JTableFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JTable
JTableFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JTable
JTableFixture.requireVisible()
Asserts that this fixture's
is visible.JTable
JTableFixture.rightClick()
Simulates a user right-clicking this fixture's
.JTable
JTableFixture.selectCell
(TableCell cell) Simulates a user selecting the given cell (row and column) of this fixture's
.JTable
JTableFixture.selectCells
(TableCell... cells) Simulates a user selecting the given cells of this fixture's
.JTable
JTableFixture.selectRows
(int... rows) Simulates a user selecting the given rows in this fixture's
.JTable
ComponentContainerFixture.table()
ComponentContainerFixture.table
(GenericTypeMatcher<? extends JTable> matcher) ContainerFixture.table()
ContainerFixture.table
(GenericTypeMatcher<? extends JTable> matcher) (package private) JTableFixture
JTableCellFixture.table()
Methods in org.fest.swing.fixture with parameters of type JTableFixtureModifier and TypeMethodDescriptionprivate void
JTableCellFixture.validateNotNull
(JTableFixture newTable) Constructors in org.fest.swing.fixture with parameters of type JTableFixtureModifierConstructorDescriptionprotected
JTableCellFixture
(JTableFixture table, TableCell cell) Creates a new
.JTableCellFixture