Uses of Class
org.fest.swing.data.Index

Packages that use Index
org.fest.swing.data Simple (but useful) data structures. 
org.fest.swing.driver Drivers that simulate user input on GUI Components. 
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 Index.
 

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.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.