Uses of Interface
org.fest.swing.core.ComponentFinder
Packages that use ComponentFinder
Package
Description
Building blocks for all FEST-Swing fixtures.
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 ComponentFinderFields in org.fest.swing.core declared as ComponentFinderModifier and TypeFieldDescriptionprivate final ComponentFinder
BasicRobot.finder
Looks up
s.Component
private final ComponentFinder
ComponentFoundCondition.finder
private final ComponentFinder
UnexpectedJOptionPaneFinder.finder
Methods in org.fest.swing.core that return ComponentFinderModifier and TypeMethodDescriptionBasicRobot.finder()
Returns the
being used by this robot.ComponentFinder
Robot.finder()
Returns the
being used by this robot.ComponentFinder
static ComponentFinder
BasicComponentFinder.finderWithCurrentAwtHierarchy()
Creates a new
that has access to all the GUI components in the AWT hierarchy.BasicComponentFinder
static ComponentFinder
BasicComponentFinder.finderWithNewAwtHierarchy()
Creates a new
with a new AWT hierarchy.BasicComponentFinder
Constructors in org.fest.swing.core with parameters of type ComponentFinderModifierConstructorDescriptionComponentFoundCondition
(String description, ComponentFinder finder, ComponentMatcher matcher) Creates a newComponentFoundCondition
ComponentFoundCondition
(String description, ComponentFinder finder, ComponentMatcher matcher, Container root) Creates a newComponentFoundCondition
ComponentFoundCondition
(org.fest.assertions.Description description, ComponentFinder finder, ComponentMatcher matcher) Creates a newComponentFoundCondition
ComponentFoundCondition
(org.fest.assertions.Description description, ComponentFinder finder, ComponentMatcher matcher, Container root) Creates a newComponentFoundCondition
(package private)
-
Uses of ComponentFinder in org.fest.swing.fixture
Methods in org.fest.swing.fixture that return ComponentFinderModifier and TypeMethodDescriptionprotected final ComponentFinder
ContainerFixture.finder()
Returns the
contained in this fixture'sComponentFinder
.Robot