Uses of Interface
org.fest.swing.core.ComponentFinder

Packages that use ComponentFinder
org.fest.swing.core Building blocks for all FEST-Swing fixtures. 
org.fest.swing.fixture The power and flexibility of FEST-Swing come from the fixtures in this package. 
 

Uses of ComponentFinder in org.fest.swing.core
 

Classes in org.fest.swing.core that implement ComponentFinder
 class BasicComponentFinder
          Understands GUI Component lookup.
 

Methods in org.fest.swing.core that return ComponentFinder
 ComponentFinder Robot.finder()
          Returns the ComponentFinder being used by this robot.
 ComponentFinder BasicRobot.finder()
          Returns the ComponentFinder being used by this robot.
static ComponentFinder BasicComponentFinder.finderWithCurrentAwtHierarchy()
          Creates a new BasicComponentFinder that has access to all the GUI components in the AWT hierarchy.
static ComponentFinder BasicComponentFinder.finderWithNewAwtHierarchy()
          Creates a new BasicComponentFinder with a new AWT hierarchy.
 

Constructors in org.fest.swing.core with parameters of type ComponentFinder
ComponentFoundCondition(org.fest.assertions.Description description, ComponentFinder finder, ComponentMatcher matcher)
          Creates a new ComponentFoundCondition
ComponentFoundCondition(org.fest.assertions.Description description, ComponentFinder finder, ComponentMatcher matcher, Container root)
          Creates a new ComponentFoundCondition
ComponentFoundCondition(String description, ComponentFinder finder, ComponentMatcher matcher)
          Creates a new ComponentFoundCondition
ComponentFoundCondition(String description, ComponentFinder finder, ComponentMatcher matcher, Container root)
          Creates a new ComponentFoundCondition
 

Uses of ComponentFinder in org.fest.swing.fixture
 

Methods in org.fest.swing.fixture that return ComponentFinder
protected  ComponentFinder ContainerFixture.finder()
          Returns the ComponentFinder contained in this fixture's Robot.
 



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