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 ofto use when comparing internal values of this fixture'sJTableCellReaderand the values expected in a test.JTableJTableFixture.cellWriter(JTableCellWriter cellWriter) Updates the implementation ofto use when comparing internal values of this fixture'sJTableCellWriterand the values expected in a test.JTableJTableFixture.click()Simulates a user clicking this fixture's.JTableJTableFixture.click(MouseButton button) Simulates a user clicking this fixture's.JTableJTableFixture.click(MouseClickInfo mouseClickInfo) Simulates a user clicking this fixture's.JTableJTableFixture.click(TableCell cell, MouseButton button) Simulates a user clicking a cell in this fixture'sonce, using the specified mouse button.JTableJTableFixture.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.JTableJTableFixture.doubleClick()Simulates a user double-clicking this fixture's.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.JTableCellWriterJTableFixture.focus()Gives input focus to this fixture's.JTableJTableFixture.pressAndReleaseKey(KeyPressInfo keyPressInfo) Simulates a user pressing given key with the given modifiers on this fixture's.JTableJTableFixture.pressAndReleaseKeys(int... keyCodes) Simulates a user pressing and releasing the given keys on this fixture's.JTableJTableFixture.pressKey(int keyCode) Simulates a user pressing the given key on this fixture's.JTableJTableFixture.releaseKey(int keyCode) Simulates a user releasing the given key on this fixture's.JTableJTableFixture.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'shas the given number of columns.JTableJTableFixture.requireContents(String[][] contents) Asserts that theStringrepresentation of the cell values in this fixture'sis equal to the givenJTableStringarray.JTableFixture.requireDisabled()Asserts that this fixture'sis disabled.JTableJTableFixture.requireEditable(TableCell cell) Asserts that the given cell in this fixture'sis editable.JTableJTableFixture.requireEnabled()Asserts that this fixture'sis enabled.JTableJTableFixture.requireEnabled(Timeout timeout) Asserts that this fixture'sis enabled.JTableJTableFixture.requireFocused()Asserts that this fixture'shas input focus.JTableJTableFixture.requireNoSelection()Verifies that this fixture'sdoes not have any selection.JTableJTableFixture.requireNotEditable(TableCell cell) Asserts that the given cell in this fixture'sis not editable.JTableJTableFixture.requireNotVisible()Asserts that this fixture'sis not visible.JTableJTableFixture.requireRowCount(int expected) Asserts that this fixture'shas the given number of rows.JTableJTableFixture.requireSelectedRows(int... rows) Asserts that the set of selected rows in this fixture'scontains to the given row indices.JTableJTableFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JTableJTableFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JTableJTableFixture.requireVisible()Asserts that this fixture'sis visible.JTableJTableFixture.rightClick()Simulates a user right-clicking this fixture's.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.selectRows(int... rows) Simulates a user selecting the given rows in this fixture's.JTableComponentContainerFixture.table()ComponentContainerFixture.table(GenericTypeMatcher<? extends JTable> matcher) ContainerFixture.table()ContainerFixture.table(GenericTypeMatcher<? extends JTable> matcher) (package private) JTableFixtureJTableCellFixture.table()Methods in org.fest.swing.fixture with parameters of type JTableFixtureModifier and TypeMethodDescriptionprivate voidJTableCellFixture.validateNotNull(JTableFixture newTable) Constructors in org.fest.swing.fixture with parameters of type JTableFixtureModifierConstructorDescriptionprotectedJTableCellFixture(JTableFixture table, TableCell cell) Creates a new.JTableCellFixture