FxRobot |
FxRobot.clickOn(double x,
double y,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(java.lang.String query,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
<T extends javafx.scene.Node> FxRobot |
FxRobot.clickOn(java.util.function.Predicate<T> predicate,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(javafx.geometry.Bounds bounds,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(javafx.geometry.Point2D point,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(javafx.scene.Node node,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(javafx.scene.Scene scene,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(javafx.stage.Window window,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
<T extends javafx.scene.Node> FxRobot |
FxRobot.clickOn(org.hamcrest.Matcher<T> matcher,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.clickOn(PointQuery pointQuery,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobotInterface |
FxRobotInterface.clickOn(double x,
double y,
Motion motion,
javafx.scene.input.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(java.lang.String query,
Motion motion,
javafx.scene.input.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 javafx.scene.Node> FxRobotInterface |
FxRobotInterface.clickOn(java.util.function.Predicate<T> predicate,
Motion motion,
javafx.scene.input.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(javafx.geometry.Bounds bounds,
Motion motion,
javafx.scene.input.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(javafx.geometry.Point2D point,
Motion motion,
javafx.scene.input.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(javafx.scene.Node node,
Motion motion,
javafx.scene.input.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(javafx.scene.Scene scene,
Motion motion,
javafx.scene.input.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(javafx.stage.Window window,
Motion motion,
javafx.scene.input.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 javafx.scene.Node> FxRobotInterface |
FxRobotInterface.clickOn(org.hamcrest.Matcher<T> matcher,
Motion motion,
javafx.scene.input.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,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(double x,
double y,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(java.lang.String query,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
<T extends javafx.scene.Node> FxRobot |
FxRobot.doubleClickOn(java.util.function.Predicate<T> predicate,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(javafx.geometry.Bounds bounds,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(javafx.geometry.Point2D point,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(javafx.scene.Node node,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(javafx.scene.Scene scene,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(javafx.stage.Window window,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
<T extends javafx.scene.Node> FxRobot |
FxRobot.doubleClickOn(org.hamcrest.Matcher<T> matcher,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobot |
FxRobot.doubleClickOn(PointQuery pointQuery,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobotInterface |
FxRobotInterface.doubleClickOn(double x,
double y,
Motion motion,
javafx.scene.input.MouseButton... buttons) |
|
FxRobotInterface |
FxRobotInterface.doubleClickOn(java.lang.String query,
Motion motion,
javafx.scene.input.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 javafx.scene.Node> FxRobotInterface |
FxRobotInterface.doubleClickOn(java.util.function.Predicate<T> predicate,
Motion motion,
javafx.scene.input.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(javafx.geometry.Bounds bounds,
Motion motion,
javafx.scene.input.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(javafx.geometry.Point2D point,
Motion motion,
javafx.scene.input.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(javafx.scene.Node node,
Motion motion,
javafx.scene.input.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(javafx.scene.Scene scene,
Motion motion,
javafx.scene.input.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(javafx.stage.Window window,
Motion motion,
javafx.scene.input.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 javafx.scene.Node> FxRobotInterface |
FxRobotInterface.doubleClickOn(org.hamcrest.Matcher<T> matcher,
Motion motion,
javafx.scene.input.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,
javafx.scene.input.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(java.lang.String query,
Motion motion) |
|
<T extends javafx.scene.Node> FxRobot |
FxRobot.moveTo(java.util.function.Predicate<T> predicate,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(javafx.geometry.Bounds bounds,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(javafx.geometry.Point2D point,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(javafx.scene.Node node,
javafx.geometry.Pos offsetReferencePos,
javafx.geometry.Point2D offset,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(javafx.scene.Scene scene,
Motion motion) |
|
FxRobot |
FxRobot.moveTo(javafx.stage.Window window,
Motion motion) |
|
<T extends javafx.scene.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(java.lang.String query,
Motion motion) |
|
<T extends javafx.scene.Node> FxRobotInterface |
FxRobotInterface.moveTo(java.util.function.Predicate<T> predicate,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveTo(javafx.geometry.Bounds bounds,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveTo(javafx.geometry.Point2D point,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveTo(javafx.scene.Node node,
javafx.geometry.Pos offsetReferencePos,
javafx.geometry.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(javafx.scene.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(javafx.scene.Scene scene,
Motion motion) |
|
FxRobotInterface |
FxRobotInterface.moveTo(javafx.stage.Window window,
Motion motion) |
|
<T extends javafx.scene.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(java.lang.String query,
Motion motion) |
|
<T extends javafx.scene.Node> FxRobot |
FxRobot.rightClickOn(java.util.function.Predicate<T> predicate,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(javafx.geometry.Bounds bounds,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(javafx.geometry.Point2D point,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(javafx.scene.Node node,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(javafx.scene.Scene scene,
Motion motion) |
|
FxRobot |
FxRobot.rightClickOn(javafx.stage.Window window,
Motion motion) |
|
<T extends javafx.scene.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(java.lang.String query,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(String), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
|
<T extends javafx.scene.Node> FxRobotInterface |
FxRobotInterface.rightClickOn(java.util.function.Predicate<T> predicate,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Predicate), clicks the MouseButton.SECONDARY button, and returns itself for method
chaining.
|
FxRobotInterface |
FxRobotInterface.rightClickOn(javafx.geometry.Bounds bounds,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Bounds), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.rightClickOn(javafx.geometry.Point2D point,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Point2D), clicks the MouseButton.SECONDARY button, and returns itself for method
chaining.
|
FxRobotInterface |
FxRobotInterface.rightClickOn(javafx.scene.Node node,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Node), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.rightClickOn(javafx.scene.Scene scene,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Scene), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
|
FxRobotInterface |
FxRobotInterface.rightClickOn(javafx.stage.Window window,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Window), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
|
<T extends javafx.scene.Node> FxRobotInterface |
FxRobotInterface.rightClickOn(org.hamcrest.Matcher<T> matcher,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
FxRobotInterface.point(Matcher), clicks the MouseButton.SECONDARY button, and returns itself for method
chaining.
|
FxRobotInterface |
FxRobotInterface.rightClickOn(PointQuery pointQuery,
Motion motion) |
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from
PointQuery.query(), clicks the MouseButton.SECONDARY button and returns itself for method
chaining.
|