|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Index | |
---|---|
org.fest.swing.data | Simple (but useful) data structures. |
org.fest.swing.driver |
Drivers that simulate user input on GUI s. |
org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
Uses of Index in org.fest.swing.data |
---|
Methods in org.fest.swing.data that return Index | |
---|---|
static Index |
Index.atIndex(int value)
Creates a new . |
Uses of Index in org.fest.swing.driver |
---|
Methods in org.fest.swing.driver with parameters of type Index | |
---|---|
void |
JTabbedPaneDriver.requireTabTitle(JTabbedPane tabbedPane,
Pattern pattern,
Index index)
Asserts that the title of the tab at the given index matches the given regular expression pattern. |
void |
JTabbedPaneDriver.requireTabTitle(JTabbedPane tabbedPane,
String title,
Index index)
Asserts that the title of the tab at the given index matches the given value. |
Uses of Index in org.fest.swing.fixture |
---|
Methods in org.fest.swing.fixture with parameters of type Index | |
---|---|
JTabbedPaneFixture |
JTabbedPaneFixture.requireTitle(Pattern pattern,
Index index)
Asserts that the title of the tab at the given index matches the given regular expression pattern. |
JTabbedPaneFixture |
JTabbedPaneFixture.requireTitle(String title,
Index index)
Asserts that the title of the tab at the given index matches the given value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |