Uses of Interface
org.testfx.robot.MouseRobot
-
Packages that use MouseRobot Package Description org.testfx.api org.testfx.robot.impl -
-
Uses of MouseRobot in org.testfx.api
Fields in org.testfx.api declared as MouseRobot Modifier and Type Field Description private MouseRobot
FxRobotContext. mouseRobot
Methods in org.testfx.api that return MouseRobot Modifier and Type Method Description MouseRobot
FxRobotContext. getMouseRobot()
-
Uses of MouseRobot in org.testfx.robot.impl
Classes in org.testfx.robot.impl that implement MouseRobot Modifier and Type Class Description class
MouseRobotImpl
Fields in org.testfx.robot.impl declared as MouseRobot Modifier and Type Field Description private MouseRobot
ClickRobotImpl. mouseRobot
private MouseRobot
DragRobotImpl. mouseRobot
private MouseRobot
MoveRobotImpl. mouseRobot
private MouseRobot
ScrollRobotImpl. mouseRobot
Constructors in org.testfx.robot.impl with parameters of type MouseRobot Constructor Description ClickRobotImpl(MouseRobot mouseRobot, MoveRobot moveRobot, SleepRobot sleepRobot)
DragRobotImpl(MouseRobot mouseRobot, MoveRobot moveRobot)
MoveRobotImpl(BaseRobot baseRobot, MouseRobot mouseRobot, SleepRobot sleepRobot)
ScrollRobotImpl(MouseRobot mouseRobot)
-