Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

D

doubleClickOn(MouseButton...) - Method in class org.testfx.api.FxRobot
 
doubleClickOn(PointQuery, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
doubleClickOn(double, double, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
doubleClickOn(Point2D, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
doubleClickOn(Bounds, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
doubleClickOn(Node, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
doubleClickOn(Scene, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
doubleClickOn(Window, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
doubleClickOn(String, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
doubleClickOn(Matcher<T>, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
doubleClickOn(Predicate<T>, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
doubleClickOn(MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Calls ClickRobot.doubleClickOn(MouseButton...) and returns itself for more method chaining.
doubleClickOn(PointQuery, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Calls ClickRobot.doubleClickOn(PointQuery, Motion, MouseButton...) and returns itself for method chaining.
doubleClickOn(PointQuery, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Calls ClickRobot.doubleClickOn(PointQuery, Motion, MouseButton...) and returns itself for method chaining.
doubleClickOn(double, double, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(double, double), double clicks the given buttons, and returns itself for method chaining.
doubleClickOn(double, double, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from FxRobotInterface.point(double, double), double clicks the given buttons, and returns itself for method chaining.
doubleClickOn(Point2D, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Point2D), double clicks the given buttons, and returns itself for method chaining.
doubleClickOn(Point2D, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
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.
doubleClickOn(Bounds, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Bounds), double clicks the given buttons, and returns itself for method chaining.
doubleClickOn(Bounds, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
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.
doubleClickOn(Node, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Node), double clicks the given buttons, and returns itself for method chaining.
doubleClickOn(Node, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
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.
doubleClickOn(Scene, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Scene), double clicks the given buttons, and returns itself for method chaining.
doubleClickOn(Scene, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
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.
doubleClickOn(Window, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Window), double clicks the given buttons, and returns itself for method chaining.
doubleClickOn(Window, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
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.
doubleClickOn(String, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(String), double clicks the given buttons, and returns itself for method chaining.
doubleClickOn(String, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
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.
doubleClickOn(Matcher<T>, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Matcher), double clicks the given buttons, and returns itself for method chaining.
doubleClickOn(Matcher<T>, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
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.
doubleClickOn(Predicate<T>, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Predicate), double clicks the given buttons, and returns itself for method chaining.
doubleClickOn(Predicate<T>, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
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.
doubleClickOn(MouseButton...) - Method in interface org.testfx.robot.ClickRobot
Double-clicks whatever is under the mouse.
doubleClickOn(PointQuery, MouseButton...) - Method in interface org.testfx.robot.ClickRobot
Moves mouse directly to PointQuery.query() and double-clicks whatever is under it.
doubleClickOn(PointQuery, Motion, MouseButton...) - Method in interface org.testfx.robot.ClickRobot
Moves mouse to PointQuery.query() using the specified motion (see: Motion and double-clicks whatever is under it.
doubleClickOn(MouseButton...) - Method in class org.testfx.robot.impl.ClickRobotImpl
 
doubleClickOn(PointQuery, Motion, MouseButton...) - Method in class org.testfx.robot.impl.ClickRobotImpl
 
drag(MouseButton...) - Method in class org.testfx.api.FxRobot
 
drag(PointQuery, MouseButton...) - Method in class org.testfx.api.FxRobot
 
drag(double, double, MouseButton...) - Method in class org.testfx.api.FxRobot
 
drag(Point2D, MouseButton...) - Method in class org.testfx.api.FxRobot
 
drag(Bounds, MouseButton...) - Method in class org.testfx.api.FxRobot
 
drag(Node, MouseButton...) - Method in class org.testfx.api.FxRobot
 
drag(Scene, MouseButton...) - Method in class org.testfx.api.FxRobot
 
drag(Window, MouseButton...) - Method in class org.testfx.api.FxRobot
 
drag(String, MouseButton...) - Method in class org.testfx.api.FxRobot
 
drag(Matcher<T>, MouseButton...) - Method in class org.testfx.api.FxRobot
 
drag(Predicate<T>, MouseButton...) - Method in class org.testfx.api.FxRobot
 
drag(MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Calls DragRobot.drag(MouseButton...) and returns itself for more method chaining.
drag(PointQuery, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Calls DragRobot.drag(PointQuery, MouseButton...) and returns itself for more method chaining.
drag(double, double, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(double, double), presses the given buttons, and returns itself for method chaining.
drag(Point2D, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Point2D), presses the given buttons, and returns itself for method chaining.
drag(Bounds, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Bounds), presses the given buttons, and returns itself for method chaining.
drag(Node, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Node), presses the given buttons, and returns itself for method chaining.
drag(Scene, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Scene), presses the given buttons, and returns itself for method chaining.
drag(Window, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Window), presses the given buttons, and returns itself for method chaining.
drag(String, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(String), presses the given buttons, and returns itself for method chaining.
drag(Matcher<T>, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Matcher), presses the given buttons, and returns itself for method chaining.
drag(Predicate<T>, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Predicate), presses the given buttons, and returns itself for method chaining.
drag(MouseButton...) - Method in interface org.testfx.robot.DragRobot
Presses the given mouse button(s) on whatever is under the mouse's current location.
drag(PointQuery, MouseButton...) - Method in interface org.testfx.robot.DragRobot
Moves the mouse to PointQuery.query() before presses the given mouse button(s) on whatever is under the mouse's new location.
drag(MouseButton...) - Method in class org.testfx.robot.impl.DragRobotImpl
 
drag(PointQuery, MouseButton...) - Method in class org.testfx.robot.impl.DragRobotImpl
 
DragRobot - Interface in org.testfx.robot
 
DragRobotImpl - Class in org.testfx.robot.impl
 
DragRobotImpl(MouseRobot, MoveRobot) - Constructor for class org.testfx.robot.impl.DragRobotImpl
 
drop() - Method in class org.testfx.api.FxRobot
 
drop() - Method in interface org.testfx.api.FxRobotInterface
Calls DragRobot.drop() and returns itself for more method chaining.
drop() - Method in interface org.testfx.robot.DragRobot
Releases the mouse at current position.
drop() - Method in class org.testfx.robot.impl.DragRobotImpl
 
dropBy(double, double) - Method in class org.testfx.api.FxRobot
 
dropBy(double, double) - Method in interface org.testfx.api.FxRobotInterface
Calls DragRobot.dropBy(double, double) and returns itself for more method chaining.
dropBy(double, double) - Method in interface org.testfx.robot.DragRobot
Moves the mouse horizontally by x and vertically by y before releasing the mouse.
dropBy(double, double) - Method in class org.testfx.robot.impl.DragRobotImpl
 
dropTo(PointQuery) - Method in class org.testfx.api.FxRobot
 
dropTo(double, double) - Method in class org.testfx.api.FxRobot
 
dropTo(Point2D) - Method in class org.testfx.api.FxRobot
 
dropTo(Bounds) - Method in class org.testfx.api.FxRobot
 
dropTo(Node) - Method in class org.testfx.api.FxRobot
 
dropTo(Scene) - Method in class org.testfx.api.FxRobot
 
dropTo(Window) - Method in class org.testfx.api.FxRobot
 
dropTo(String) - Method in class org.testfx.api.FxRobot
 
dropTo(Matcher<T>) - Method in class org.testfx.api.FxRobot
 
dropTo(Predicate<T>) - Method in class org.testfx.api.FxRobot
 
dropTo(PointQuery) - Method in interface org.testfx.api.FxRobotInterface
Calls DragRobot.dropTo(PointQuery) and returns itself for more method chaining.
dropTo(double, double) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(double, double), releases the buttons that were pressed in FxRobotInterface.drag(MouseButton...)- or FxRobotInterface.press(MouseButton...)-related methods, and returns itself for method chaining.
dropTo(Point2D) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Point2D), releases the buttons that were pressed in FxRobotInterface.drag(MouseButton...)- or FxRobotInterface.press(MouseButton...)-related methods, and returns itself for method chaining.
dropTo(Bounds) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Bounds), releases the buttons that were pressed in FxRobotInterface.drag(MouseButton...)- or FxRobotInterface.press(MouseButton...)-related methods, and returns itself for method chaining.
dropTo(Node) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Node), releases the buttons that were pressed in FxRobotInterface.drag(MouseButton...)- or FxRobotInterface.press(MouseButton...)-related methods, and returns itself for method chaining.
dropTo(Scene) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Scene), releases the buttons that were pressed in FxRobotInterface.drag(MouseButton...)- or FxRobotInterface.press(MouseButton...)-related methods, and returns itself for method chaining.
dropTo(Window) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Window), releases the buttons that were pressed in FxRobotInterface.drag(MouseButton...)- or FxRobotInterface.press(MouseButton...)-related methods, and returns itself for method chaining.
dropTo(String) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(String), releases the buttons that were pressed in FxRobotInterface.drag(MouseButton...)- or FxRobotInterface.press(MouseButton...)-related methods, and returns itself for method chaining.
dropTo(Matcher<T>) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Matcher), releases the buttons that were pressed in FxRobotInterface.drag(MouseButton...)- or FxRobotInterface.press(MouseButton...)-related methods, and returns itself for method chaining.
dropTo(Predicate<T>) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Predicate), releases the buttons that were pressed in FxRobotInterface.drag(MouseButton...)- or FxRobotInterface.press(MouseButton...)-related methods, and returns itself for method chaining.
dropTo(PointQuery) - Method in interface org.testfx.robot.DragRobot
Moves the mouse to PointQuery.query() before releasing the mouse.
dropTo(PointQuery) - Method in class org.testfx.robot.impl.DragRobotImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
Copyright © 2013-2016 The TestFX Contributors. All rights reserved.