FxRobot |
FxRobot.clickOn(double x,
double y,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(String query,
Motion motion,
MouseButton... buttons) |
|
<T extends Node> FxRobot |
FxRobot.clickOn(Predicate<T> predicate,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(Bounds bounds,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(Point2D point,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(Node node,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(Scene scene,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(Window window,
Motion motion,
MouseButton... buttons) |
|
<T extends Node> FxRobot |
FxRobot.clickOn(org.hamcrest.Matcher<T> matcher,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(PointQuery pointQuery,
Motion motion,
MouseButton... buttons) |
|
FxRobotInterface |
FxRobotInterface.clickOn(double x,
double y,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the given coordinates,
clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.clickOn(String query,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(String), clicks the given buttons, and returns itself for method chaining.
|
<T extends Node> FxRobotInterface |
FxRobotInterface.clickOn(Predicate<T> predicate,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Predicate), clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.clickOn(Bounds bounds,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned
from FxRobotInterface.point(Bounds), clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.clickOn(Point2D point,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the given point, clicks
the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.clickOn(Node node,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Node), clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.clickOn(Scene scene,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Scene), clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.clickOn(Window window,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Window), clicks the given buttons, and returns itself for method chaining.
|
<T extends Node> FxRobotInterface |
FxRobotInterface.clickOn(org.hamcrest.Matcher<T> matcher,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Matcher), clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.clickOn(PointQuery pointQuery,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(double x,
double y,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(String query,
Motion motion,
MouseButton... buttons) |
|
<T extends Node> FxRobot |
FxRobot.doubleClickOn(Predicate<T> predicate,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(Bounds bounds,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(Point2D point,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(Node node,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(Scene scene,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(Window window,
Motion motion,
MouseButton... buttons) |
|
<T extends Node> FxRobot |
FxRobot.doubleClickOn(org.hamcrest.Matcher<T> matcher,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(PointQuery pointQuery,
Motion motion,
MouseButton... buttons) |
|
FxRobotInterface |
FxRobotInterface.doubleClickOn(double x,
double y,
Motion motion,
MouseButton... buttons) |
|
FxRobotInterface |
FxRobotInterface.doubleClickOn(String query,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(String), double clicks the given buttons, and returns itself for method chaining.
|
<T extends Node> FxRobotInterface |
FxRobotInterface.doubleClickOn(Predicate<T> predicate,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Predicate), double clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.doubleClickOn(Bounds bounds,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Bounds), double clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.doubleClickOn(Point2D point,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Point2D), double clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.doubleClickOn(Node node,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Node), double clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.doubleClickOn(Scene scene,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Scene), double clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.doubleClickOn(Window window,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Window), double clicks the given buttons, and returns itself for method chaining.
|
<T extends Node> FxRobotInterface |
FxRobotInterface.doubleClickOn(org.hamcrest.Matcher<T> matcher,
Motion motion,
MouseButton... buttons) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Matcher), double clicks the given buttons, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.doubleClickOn(PointQuery pointQuery,
Motion motion,
MouseButton... buttons) |
|
FxRobot |
FxRobot.moveBy(double x,
double y,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveBy(double x,
double y,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(double x,
double y,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(String query,
Motion motion) |
|
<T extends Node> FxRobot |
FxRobot.moveTo(Predicate<T> predicate,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(Bounds bounds,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(Point2D point,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(Node node,
Pos offsetReferencePos,
Point2D offset,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(Scene scene,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(Window window,
Motion motion) |
|
<T extends Node> FxRobot |
FxRobot.moveTo(org.hamcrest.Matcher<T> matcher,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(PointQuery pointQuery,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveTo(double x,
double y,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveTo(String query,
Motion motion) |
|
<T extends Node> FxRobotInterface |
FxRobotInterface.moveTo(Predicate<T> predicate,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveTo(Bounds bounds,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveTo(Point2D point,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveTo(Node node,
Pos offsetReferencePos,
Point2D offset,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Node), with the given offset (from the offsetReferencePos, and returns itself for
method chaining.
|
default FxRobotInterface |
FxRobotInterface.moveTo(Node node,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the center of the
given Node and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.moveTo(Scene scene,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveTo(Window window,
Motion motion) |
|
<T extends Node> FxRobotInterface |
FxRobotInterface.moveTo(org.hamcrest.Matcher<T> matcher,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveTo(PointQuery pointQuery,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(double x,
double y,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(String query,
Motion motion) |
|
<T extends Node> FxRobot |
FxRobot.rightClickOn(Predicate<T> predicate,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(Bounds bounds,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(Point2D point,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(Node node,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(Scene scene,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(Window window,
Motion motion) |
|
<T extends Node> FxRobot |
FxRobot.rightClickOn(org.hamcrest.Matcher<T> matcher,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(PointQuery pointQuery,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.rightClickOn(double x,
double y,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the given coordinates,
clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.rightClickOn(String query,
Motion motion) |
|
<T extends Node> FxRobotInterface |
FxRobotInterface.rightClickOn(Predicate<T> predicate,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.rightClickOn(Bounds bounds,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.rightClickOn(Point2D point,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.rightClickOn(Node node,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.rightClickOn(Scene scene,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.rightClickOn(Window window,
Motion motion) |
|
<T extends Node> FxRobotInterface |
FxRobotInterface.rightClickOn(org.hamcrest.Matcher<T> matcher,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.rightClickOn(PointQuery pointQuery,
Motion motion) |
|