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.JTableHeaderJTableHeaderFixture.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.JTableHeaderJTableHeaderFixture.clickColumn(String columnName) Simulates a user clicking the column which name matches the given value, in this fixture's.JTableHeaderJTableHeaderFixture.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.JTableHeaderJTableHeaderFixture.clickColumn(Pattern columnNamePattern) Simulates a user clicking the column which name matches the given regular expression pattern, in this fixture's.JTableHeaderJTableHeaderFixture.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.JTableHeaderJTableHeaderFixture.requireToolTip(String expected) Asserts that the toolTip in this fixture'smatches the given value.JTableHeaderJTableHeaderFixture.requireToolTip(Pattern pattern) Asserts that the toolTip in this fixture'smatches the given regular expression pattern.JTableHeaderJTableFixture.tableHeader()