Uses of Interface
org.testfx.robot.DragRobot
-
Packages that use DragRobot Package Description org.testfx.api org.testfx.robot.impl -
-
Uses of DragRobot in org.testfx.api
Fields in org.testfx.api declared as DragRobot Modifier and Type Field Description private DragRobot
FxRobotContext. dragRobot
Methods in org.testfx.api that return DragRobot Modifier and Type Method Description DragRobot
FxRobotContext. getDragRobot()
-
Uses of DragRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement DragRobot Modifier and Type Class Description class
DragRobotImpl
-