A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

R

registerPrimaryStage() - Static method in class org.testfx.api.FxToolkit
Sets up the PrimaryStageApplication to use in tests, prevents it from shutting down when the last window is closed, and returns the Stage from Application.start(Stage).
registerStage(Supplier<Stage>) - Static method in class org.testfx.api.FxToolkit
Runs the stageSupplier on the JavaFX Application Thread, registers the supplied stage, and returns that stage.
release(KeyCode...) - Method in class org.testfx.api.FxRobot
 
release(KeyCode...) - Method in interface org.testfx.api.FxRobotInterface
Calls KeyboardRobot.press(KeyCode...) and returns itself for method chaining.
release(KeyCode...) - Method in class org.testfx.robot.impl.KeyboardRobotImpl
 
release(KeyCode...) - Method in interface org.testfx.robot.KeyboardRobot
Releases the given keys.
release(MouseButton...) - Method in class org.testfx.api.FxRobot
 
release(MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Releases pressed mouse buttons.
release(MouseButton...) - Method in class org.testfx.robot.impl.MouseRobotImpl
 
release(MouseButton...) - Method in interface org.testfx.robot.MouseRobot
Releases the given mouse buttons.
releaseKeyboard(KeyCode) - Method in interface org.testfx.robot.BaseRobot
 
releaseKeyboard(KeyCode) - Method in class org.testfx.robot.impl.BaseRobotImpl
 
releaseMouse(MouseButton) - Method in interface org.testfx.robot.BaseRobot
 
releaseMouse(MouseButton) - Method in class org.testfx.robot.impl.BaseRobotImpl
 
releaseNoWait(KeyCode...) - Method in class org.testfx.robot.impl.KeyboardRobotImpl
 
releaseNoWait(KeyCode...) - Method in interface org.testfx.robot.KeyboardRobot
Releases the given keys.
releaseNoWait(MouseButton...) - Method in class org.testfx.robot.impl.MouseRobotImpl
 
releaseNoWait(MouseButton...) - Method in interface org.testfx.robot.MouseRobot
Releases the given mouse buttons.
RETRIEVAL_TIMEOUT_IN_MILLIS - Static variable in class org.testfx.service.adapter.impl.GlassRobotAdapter
 
retrieveMouse() - Method in interface org.testfx.robot.BaseRobot
 
retrieveMouse() - Method in class org.testfx.robot.impl.BaseRobotImpl
 
rightClickOn() - Method in class org.testfx.api.FxRobot
 
rightClickOn() - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Clicks the MouseButton.SECONDARY button and returns itself for method chaining.
rightClickOn(double, double) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the given coordinates, clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(double, double, Motion) - Method in class org.testfx.api.FxRobot
 
rightClickOn(double, double, Motion) - Method in interface org.testfx.api.FxRobotInterface
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.
rightClickOn(String) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(String), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(String, Motion) - Method in class org.testfx.api.FxRobot
 
rightClickOn(String, Motion) - 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), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Predicate<T>) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Predicate), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Predicate<T>, Motion) - Method in class org.testfx.api.FxRobot
 
rightClickOn(Predicate<T>, Motion) - 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), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Bounds) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Bounds), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Bounds, Motion) - Method in class org.testfx.api.FxRobot
 
rightClickOn(Bounds, Motion) - 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), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Point2D) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse to the point returned from FxRobotInterface.point(Point2D), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Point2D, Motion) - Method in class org.testfx.api.FxRobot
 
rightClickOn(Point2D, Motion) - 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), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Node) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Node), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Node, Motion) - Method in class org.testfx.api.FxRobot
 
rightClickOn(Node, Motion) - 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), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Scene) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Scene), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Scene, Motion) - Method in class org.testfx.api.FxRobot
 
rightClickOn(Scene, Motion) - 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), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Window) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Window), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Window, Motion) - Method in class org.testfx.api.FxRobot
 
rightClickOn(Window, Motion) - 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), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Matcher<T>) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Matcher), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(Matcher<T>, Motion) - Method in class org.testfx.api.FxRobot
 
rightClickOn(Matcher<T>, Motion) - 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), clicks the MouseButton.SECONDARY button, and returns itself for method chaining.
rightClickOn(PointQuery) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from PointQuery.query(), clicks the MouseButton.SECONDARY button and returns itself for method chaining.
rightClickOn(PointQuery, Motion) - Method in class org.testfx.api.FxRobot
 
rightClickOn(PointQuery, Motion) - Method in interface org.testfx.api.FxRobotInterface
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.
RobotAdapter<T> - Interface in org.testfx.service.adapter
The common interface for all RobotAdapters.
These are the minimum set of functions required from a robot to provide the full functionality use in the higher level api.
robotContext() - Method in class org.testfx.api.FxRobot
Returns the internal context.
robotCreate() - Method in class org.testfx.service.adapter.impl.AwtRobotAdapter
 
robotCreate() - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
 
robotCreate() - Method in interface org.testfx.service.adapter.RobotAdapter
Creates a robot.
robotCreate(Scene) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
 
robotDestroy() - Method in class org.testfx.service.adapter.impl.AwtRobotAdapter
 
robotDestroy() - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
 
robotDestroy() - Method in interface org.testfx.service.adapter.RobotAdapter
Destroys the robot
rootNode(Node) - Method in class org.testfx.api.FxRobot
 
rootNode(Node) - Method in interface org.testfx.api.FxRobotInterface
Calls NodeFinder.rootNode(Node) and returns itself for method chaining.
rootNode(Node) - Method in class org.testfx.service.finder.impl.NodeFinderImpl
 
rootNode(Node) - Method in interface org.testfx.service.finder.NodeFinder
Returns the node's scene's root node
rootNode(Scene) - Method in class org.testfx.api.FxRobot
 
rootNode(Scene) - Method in interface org.testfx.api.FxRobotInterface
Calls NodeFinder.rootNode(Scene) and returns itself for method chaining.
rootNode(Scene) - Method in class org.testfx.service.finder.impl.NodeFinderImpl
 
rootNode(Scene) - Method in interface org.testfx.service.finder.NodeFinder
Returns the scene's root node
rootNode(Window) - Method in class org.testfx.api.FxRobot
 
rootNode(Window) - Method in interface org.testfx.api.FxRobotInterface
Calls NodeFinder.rootNode(Window) and returns itself for method chaining.
rootNode(Window) - Method in class org.testfx.service.finder.impl.NodeFinderImpl
 
rootNode(Window) - Method in interface org.testfx.service.finder.NodeFinder
Returns the window's scene's root node.
rootOfPopupControl(PopupControl...) - Static method in class org.testfx.util.NodeQueryUtils
Returns a set of the given popup controls' scenes' root nodes.
rootOfScene(Scene...) - Static method in class org.testfx.util.NodeQueryUtils
Returns a set of the given scenes' root nodes.
rootOfStage(Stage...) - Static method in class org.testfx.util.NodeQueryUtils
Returns a set of the given stages' scenes' root nodes.
rootOfWindow(Window...) - Static method in class org.testfx.util.NodeQueryUtils
Returns a set of the given windows' scenes' root nodes.
rootsOfWindows(Collection<Window>) - Static method in class org.testfx.util.NodeQueryUtils
Returns a set of the given windows' scenes' root nodes.
runCode(Runnable) - Static method in class org.testfx.util.DebugUtils
Ignores the given StringBuilder and just runs the given code block.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages