Uses of Class
org.fest.swing.fixture.JTableHeaderFixture
Packages that use JTableHeaderFixture
Package
Description
The power and flexibility of FEST-Swing come from the fixtures in
this package.
-
Uses of JTableHeaderFixture in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return JTableHeaderFixtureModifier and TypeMethodDescriptionJTableHeaderFixture.clickColumn
(int index) Simulates a user clicking the column under the given index, in this fixture's
.JTableHeader
JTableHeaderFixture.clickColumn
(int index, MouseClickInfo mouseClickInfo) Simulates a user clicking the column under the given index, in this fixture's
, using the given mouse button, the given number of times.JTableHeader
JTableHeaderFixture.clickColumn
(String columnName) Simulates a user clicking the column which name matches the given value, in this fixture's
.JTableHeader
JTableHeaderFixture.clickColumn
(String columnName, MouseClickInfo mouseClickInfo) Simulates a user clicking the column which name matches the given one, in this fixture's
, using the given mouse button, the given number of times.JTableHeader
JTableHeaderFixture.clickColumn
(Pattern columnNamePattern) Simulates a user clicking the column which name matches the given regular expression pattern, in this fixture's
.JTableHeader
JTableHeaderFixture.clickColumn
(Pattern columnNamePattern, MouseClickInfo mouseClickInfo) Simulates a user clicking the column which name matches the given regular expression pattern, in this fixture's
, using the given mouse button, the given number of times.JTableHeader
JTableHeaderFixture.requireToolTip
(String expected) Asserts that the toolTip in this fixture's
matches the given value.JTableHeader
JTableHeaderFixture.requireToolTip
(Pattern pattern) Asserts that the toolTip in this fixture's
matches the given regular expression pattern.JTableHeader
JTableFixture.tableHeader()