Uses of Class
org.testfx.service.adapter.impl.GlassRobotAdapter
-
Packages that use GlassRobotAdapter Package Description org.testfx.service.adapter.impl -
-
Uses of GlassRobotAdapter in org.testfx.service.adapter.impl
Subclasses of GlassRobotAdapter in org.testfx.service.adapter.impl Modifier and Type Class Description (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.Methods in org.testfx.service.adapter.impl that return GlassRobotAdapter Modifier and Type Method Description static GlassRobotAdapter
GlassRobotAdapter. createGlassRobot()
-