Uses of Class
org.fest.swing.data.Index
Packages that use Index
Package
Description
Simple (but useful) data structures.
Drivers that simulate user input on GUI
Component
s.
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 -
Uses of Index in org.fest.swing.driver
Methods in org.fest.swing.driver with parameters of type IndexModifier and TypeMethodDescriptionvoid
JTabbedPaneDriver.requireTabTitle
(JTabbedPane tabbedPane, String title, Index index) Asserts that the title of the tab at the given index matches the given value.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.private static String
JTabbedPaneDriver.titleAt
(JTabbedPane tabbedPane, Index index) -
Uses of Index in org.fest.swing.fixture
Methods in org.fest.swing.fixture with parameters of type IndexModifier and TypeMethodDescriptionJTabbedPaneFixture.requireTitle
(String title, Index index) Asserts that the title of the tab at the given index matches the given value.JTabbedPaneFixture.requireTitle
(Pattern pattern, Index index) Asserts that the title of the tab at the given index matches the given regular expression pattern.