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 RobotAdapterBaseRobotImpl. 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 classAwtRobotAdapterclassGlassRobotAdapterclassJavafxRobotAdapterARobotAdapterimplementation that uses the only the JavaFX public API.(package private) classPrivateGlassRobotAdapterRobotAdapterimplementation that uses the privatecom.sun.glass.ui.GlassRobotimplementation to support JavaFX versions before 11.(package private) classPublicGlassRobotAdapterRobotAdapterimplementation that uses the publicRobotAPI added in JavaFX 11.
-