Uses of Enum Class
org.testfx.robot.Motion
Packages that use Motion
Package
Description
-
Uses of Motion in org.testfx.api
Methods in org.testfx.api with parameters of type MotionModifier and TypeMethodDescription<T extends javafx.scene.Node>
FxRobotFxRobot.clickOn
(javafx.geometry.Bounds bounds, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobot.clickOn
(javafx.geometry.Point2D point, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobot.clickOn
(javafx.stage.Window window, Motion motion, javafx.scene.input.MouseButton... buttons) <T extends javafx.scene.Node>
FxRobotFxRobot.clickOn
(org.hamcrest.Matcher<T> matcher, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobot.clickOn
(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobotInterface.clickOn
(double x, double y, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the given coordinates, clicks the given buttons, and returns itself for method chaining.Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(String)
, clicks the given buttons, and returns itself for method chaining.<T extends javafx.scene.Node>
FxRobotInterfaceFxRobotInterface.clickOn
(Predicate<T> predicate, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Predicate)
, clicks the given buttons, and returns itself for method chaining.FxRobotInterface.clickOn
(javafx.geometry.Bounds bounds, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Bounds)
, clicks the given buttons, and returns itself for method chaining.FxRobotInterface.clickOn
(javafx.geometry.Point2D point, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the given point, clicks the given buttons, and returns itself for method chaining.FxRobotInterface.clickOn
(javafx.scene.Node node, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Node)
, clicks the given buttons, and returns itself for method chaining.FxRobotInterface.clickOn
(javafx.scene.Scene scene, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Scene)
, clicks the given buttons, and returns itself for method chaining.FxRobotInterface.clickOn
(javafx.stage.Window window, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Window)
, clicks the given buttons, and returns itself for method chaining.<T extends javafx.scene.Node>
FxRobotInterfaceFxRobotInterface.clickOn
(org.hamcrest.Matcher<T> matcher, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Matcher)
, clicks the given buttons, and returns itself for method chaining.FxRobotInterface.clickOn
(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons) CallsClickRobot.clickOn(PointQuery, MouseButton...)
and returns itself for more method chaining.FxRobot.doubleClickOn
(double x, double y, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobot.doubleClickOn
(String query, Motion motion, javafx.scene.input.MouseButton... buttons) <T extends javafx.scene.Node>
FxRobotFxRobot.doubleClickOn
(Predicate<T> predicate, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobot.doubleClickOn
(javafx.geometry.Bounds bounds, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobot.doubleClickOn
(javafx.geometry.Point2D point, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobot.doubleClickOn
(javafx.scene.Node node, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobot.doubleClickOn
(javafx.scene.Scene scene, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobot.doubleClickOn
(javafx.stage.Window window, Motion motion, javafx.scene.input.MouseButton... buttons) <T extends javafx.scene.Node>
FxRobotFxRobot.doubleClickOn
(org.hamcrest.Matcher<T> matcher, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobot.doubleClickOn
(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons) FxRobotInterface.doubleClickOn
(double x, double y, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(double, double)
, double clicks the given buttons, and returns itself for method chaining.FxRobotInterface.doubleClickOn
(String query, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(String)
, double clicks the given buttons, and returns itself for method chaining.<T extends javafx.scene.Node>
FxRobotInterfaceFxRobotInterface.doubleClickOn
(Predicate<T> predicate, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Predicate)
, double clicks the given buttons, and returns itself for method chaining.FxRobotInterface.doubleClickOn
(javafx.geometry.Bounds bounds, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Bounds)
, double clicks the given buttons, and returns itself for method chaining.FxRobotInterface.doubleClickOn
(javafx.geometry.Point2D point, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Point2D)
, double clicks the given buttons, and returns itself for method chaining.FxRobotInterface.doubleClickOn
(javafx.scene.Node node, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Node)
, double clicks the given buttons, and returns itself for method chaining.FxRobotInterface.doubleClickOn
(javafx.scene.Scene scene, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Scene)
, double clicks the given buttons, and returns itself for method chaining.FxRobotInterface.doubleClickOn
(javafx.stage.Window window, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Window)
, double clicks the given buttons, and returns itself for method chaining.<T extends javafx.scene.Node>
FxRobotInterfaceFxRobotInterface.doubleClickOn
(org.hamcrest.Matcher<T> matcher, Motion motion, javafx.scene.input.MouseButton... buttons) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Matcher)
, double clicks the given buttons, and returns itself for method chaining.FxRobotInterface.doubleClickOn
(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons) CallsClickRobot.doubleClickOn(PointQuery, Motion, MouseButton...)
and returns itself for method chaining.CallsMoveRobot.moveBy(double, double, Motion)
and returns itself for more method chaining.<T extends javafx.scene.Node>
FxRobotFxRobot.moveTo
(javafx.scene.Node node, javafx.geometry.Pos offsetReferencePos, javafx.geometry.Point2D offset, Motion motion) <T extends javafx.scene.Node>
FxRobotFxRobot.moveTo
(PointQuery pointQuery, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(double, double)
and returns itself for method chaining.Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(String)
and returns itself for method chaining.<T extends javafx.scene.Node>
FxRobotInterfaceConvenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Predicate)
and returns itself for method chaining.Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Bounds)
and returns itself for method chaining.Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Point2D)
and returns itself for method chaining.FxRobotInterface.moveTo
(javafx.scene.Node node, javafx.geometry.Pos offsetReferencePos, javafx.geometry.Point2D offset, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Node)
, with the given offset (from theoffsetReferencePos
, and returns itself for method chaining.default FxRobotInterface
Convenience method: Moves mouse using the givenmotion
(see:Motion
to the center of the givenNode
and returns itself for method chaining.Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Scene)
and returns itself for method chaining.Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Window)
and returns itself for method chaining.<T extends javafx.scene.Node>
FxRobotInterfaceConvenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Matcher)
and returns itself for method chaining.FxRobotInterface.moveTo
(PointQuery pointQuery, Motion motion) CallsMoveRobot.moveTo(PointQuery, Motion)
and returns itself for more method chaining.FxRobot.rightClickOn
(double x, double y, Motion motion) FxRobot.rightClickOn
(String query, Motion motion) <T extends javafx.scene.Node>
FxRobotFxRobot.rightClickOn
(Predicate<T> predicate, Motion motion) FxRobot.rightClickOn
(javafx.geometry.Bounds bounds, Motion motion) FxRobot.rightClickOn
(javafx.geometry.Point2D point, Motion motion) FxRobot.rightClickOn
(javafx.scene.Node node, Motion motion) FxRobot.rightClickOn
(javafx.scene.Scene scene, Motion motion) FxRobot.rightClickOn
(javafx.stage.Window window, Motion motion) <T extends javafx.scene.Node>
FxRobotFxRobot.rightClickOn
(org.hamcrest.Matcher<T> matcher, Motion motion) FxRobot.rightClickOn
(PointQuery pointQuery, Motion motion) FxRobotInterface.rightClickOn
(double x, double y, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the given coordinates, clicks theMouseButton.SECONDARY
button, and returns itself for method chaining.FxRobotInterface.rightClickOn
(String query, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(String)
, clicks theMouseButton.SECONDARY
button, and returns itself for method chaining.<T extends javafx.scene.Node>
FxRobotInterfaceFxRobotInterface.rightClickOn
(Predicate<T> predicate, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Predicate)
, clicks theMouseButton.SECONDARY
button, and returns itself for method chaining.FxRobotInterface.rightClickOn
(javafx.geometry.Bounds bounds, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Bounds)
, clicks theMouseButton.SECONDARY
button, and returns itself for method chaining.FxRobotInterface.rightClickOn
(javafx.geometry.Point2D point, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Point2D)
, clicks theMouseButton.SECONDARY
button, and returns itself for method chaining.FxRobotInterface.rightClickOn
(javafx.scene.Node node, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Node)
, clicks theMouseButton.SECONDARY
button, and returns itself for method chaining.FxRobotInterface.rightClickOn
(javafx.scene.Scene scene, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Scene)
, clicks theMouseButton.SECONDARY
button, and returns itself for method chaining.FxRobotInterface.rightClickOn
(javafx.stage.Window window, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Window)
, clicks theMouseButton.SECONDARY
button, and returns itself for method chaining.<T extends javafx.scene.Node>
FxRobotInterfaceFxRobotInterface.rightClickOn
(org.hamcrest.Matcher<T> matcher, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromFxRobotInterface.point(Matcher)
, clicks theMouseButton.SECONDARY
button, and returns itself for method chaining.FxRobotInterface.rightClickOn
(PointQuery pointQuery, Motion motion) Convenience method: Moves mouse using the givenmotion
(see:Motion
to the point returned fromPointQuery.query()
, clicks theMouseButton.SECONDARY
button and returns itself for method chaining. -
Uses of Motion in org.testfx.robot
Methods in org.testfx.robot that return MotionModifier and TypeMethodDescriptionstatic Motion
Returns the enum constant of this class with the specified name.static Motion[]
Motion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.testfx.robot with parameters of type MotionModifier and TypeMethodDescriptionvoid
ClickRobot.clickOn
(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons) Moves the mouse to the location specified by the givenPointQuery.query()
using the specifiedmotion
(see:Motion
) and clicks whatever is under it.void
ClickRobot.doubleClickOn
(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons) Moves the mouse to the location specified by the givenPointQuery.query()
using the specifiedmotion
(see:Motion
and double-clicks whatever is under it.void
Moves the mouse from the current location to the given (x
,y
) location.void
MoveRobot.moveTo
(PointQuery pointQuery, Motion motion) Moves the mouse to the (x,y) position specified by the givenPointQuery.query()
using the specifiedmotion
(see:Motion
) and clicks whatever is under it. -
Uses of Motion in org.testfx.robot.impl
Methods in org.testfx.robot.impl with parameters of type MotionModifier and TypeMethodDescriptionvoid
ClickRobotImpl.clickOn
(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons) void
ClickRobotImpl.doubleClickOn
(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons) void
private void
MoveRobotImpl.moveMouseStepwiseBetween
(javafx.geometry.Point2D sourcePoint, javafx.geometry.Point2D targetPoint, Motion motion) void
MoveRobotImpl.moveTo
(PointQuery pointQuery, Motion motion) -
Uses of Motion in org.testfx.service.query
Methods in org.testfx.service.query that return types with arguments of type Motion -
Uses of Motion in org.testfx.service.query.impl
Methods in org.testfx.service.query.impl that return types with arguments of type Motion