Uses of Interface
org.testfx.service.finder.WindowFinder
Packages that use WindowFinder
-
Uses of WindowFinder in org.testfx.api
Fields in org.testfx.api declared as WindowFinderModifier and TypeFieldDescriptionprivate final WindowFinder
FxRobotContext.windowFinder
private final WindowFinder
FxServiceContext.windowFinder
Methods in org.testfx.api that return WindowFinderModifier and TypeMethodDescriptionFxRobotContext.getWindowFinder()
FxServiceContext.getWindowFinder()
-
Uses of WindowFinder in org.testfx.robot.impl
Fields in org.testfx.robot.impl declared as WindowFinderConstructors in org.testfx.robot.impl with parameters of type WindowFinderModifierConstructorDescriptionWriteRobotImpl
(BaseRobot baseRobot, SleepRobot sleepRobot, WindowFinder windowFinder) -
Uses of WindowFinder in org.testfx.service.finder.impl
Classes in org.testfx.service.finder.impl that implement WindowFinderFields in org.testfx.service.finder.impl declared as WindowFinderConstructors in org.testfx.service.finder.impl with parameters of type WindowFinder