|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JTableHeaderFixture | |
---|---|
org.fest.swing.fixture | 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 JTableHeaderFixture | |
---|---|
JTableHeaderFixture |
JTableHeaderFixture.clickColumn(int index)
Simulates a user clicking the column under the given index, in this fixture's . |
JTableHeaderFixture |
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. |
JTableHeaderFixture |
JTableHeaderFixture.clickColumn(Pattern columnNamePattern)
Simulates a user clicking the column which name matches the given regular expression pattern, in this fixture's . |
JTableHeaderFixture |
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. |
JTableHeaderFixture |
JTableHeaderFixture.clickColumn(String columnName)
Simulates a user clicking the column which name matches the given value, in this fixture's . |
JTableHeaderFixture |
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. |
JTableHeaderFixture |
JTableHeaderFixture.requireToolTip(Pattern pattern)
Asserts that the toolTip in this fixture's matches the given regular expression
pattern. |
JTableHeaderFixture |
JTableHeaderFixture.requireToolTip(String expected)
Asserts that the toolTip in this fixture's matches the given value. |
JTableHeaderFixture |
JTableFixture.tableHeader()
Returns a wrapping the in this fixture's
. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |