Package org.fest.swing.driver
Class JTabbedPaneTabIndexQuery
java.lang.Object
org.fest.swing.driver.JTabbedPaneTabIndexQuery
Understands an action that returns the index of a tab (in a
JTabbedPane
) whose title matches the
given text. This action returns -1 if a matching tab could not be found.
Note: Methods in this class are not executed in the event dispatch thread (EDT.) Clients are responsible for invoking them in the EDT.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static int
indexOfTab
(JTabbedPane tabbedPane, TextMatcher matcher)
-
Constructor Details
-
JTabbedPaneTabIndexQuery
private JTabbedPaneTabIndexQuery()
-
-
Method Details
-
indexOfTab
-