Uses of Interface
org.testfx.service.adapter.RobotAdapter
-
Packages that use RobotAdapter Package Description org.testfx.robot.impl org.testfx.service.adapter.impl -
-
Uses of RobotAdapter in org.testfx.robot.impl
Fields in org.testfx.robot.impl declared as RobotAdapter Modifier and Type Field Description private RobotAdapter
BaseRobotImpl. robotAdapter
-
Uses of RobotAdapter in org.testfx.service.adapter.impl
Classes in org.testfx.service.adapter.impl that implement RobotAdapter Modifier and Type Class Description class
AwtRobotAdapter
class
GlassRobotAdapter
class
JavafxRobotAdapter
ARobotAdapter
implementation that uses the only the JavaFX public API.(package private) class
PrivateGlassRobotAdapter
RobotAdapter
implementation that uses the privatecom.sun.glass.ui.GlassRobot
implementation to support JavaFX versions before 11.(package private) class
PublicGlassRobotAdapter
RobotAdapter
implementation that uses the publicRobot
API added in JavaFX 11.
-