Class JTabbedPaneTabIndexQuery

java.lang.Object
org.fest.swing.driver.JTabbedPaneTabIndexQuery

final class JTabbedPaneTabIndexQuery extends Object
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.