|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 lookup. |
Methods in org.fest.swing.core that return ComponentFinder | |
---|---|
ComponentFinder |
Robot.finder()
Returns the being used by this robot. |
ComponentFinder |
BasicRobot.finder()
Returns the being used by this robot. |
static ComponentFinder |
BasicComponentFinder.finderWithCurrentAwtHierarchy()
Creates a new that has access to all the GUI components in the AWT
hierarchy. |
static ComponentFinder |
BasicComponentFinder.finderWithNewAwtHierarchy()
Creates a new 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(org.fest.assertions.Description description,
ComponentFinder finder,
ComponentMatcher matcher,
Container root)
Creates a new
|
|
ComponentFoundCondition(String description,
ComponentFinder finder,
ComponentMatcher matcher)
Creates a new
|
|
ComponentFoundCondition(String description,
ComponentFinder finder,
ComponentMatcher matcher,
Container root)
Creates a new
|
Uses of ComponentFinder in org.fest.swing.fixture |
---|
Methods in org.fest.swing.fixture that return ComponentFinder | |
---|---|
protected ComponentFinder |
ContainerFixture.finder()
Returns the contained in this fixture's . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |