- match(Matcher<T>) - Method in class org.testfx.service.query.impl.NodeQueryImpl
-
- match(Predicate<T>) - Method in class org.testfx.service.query.impl.NodeQueryImpl
-
- match(Matcher<T>) - Method in interface org.testfx.service.query.NodeQuery
-
Sifts through stored nodes and keeps only those Nodes that match the given matcher.
- match(Predicate<T>) - Method in interface org.testfx.service.query.NodeQuery
-
Sifts through stored nodes and keeps only those Nodes that pass the given predicate.
- match(Image, Image) - Method in class org.testfx.service.support.impl.PixelMatcherBase
-
- match(Image, Image) - Method in interface org.testfx.service.support.PixelMatcher
-
- matchColors(Color, Color) - Method in interface org.testfx.service.support.ColorMatcher
-
Returns true if color0 is close enough to color1 as determined by a color
distance/factor.
- matchColors(Color, Color) - Method in class org.testfx.service.support.impl.PixelMatcherRgb
-
- matchesMatcher(Matcher<Node>) - Static method in class org.testfx.util.NodeQueryUtils
-
Returns a predicate that returns true if the given node matches the given matcher.
- matchImages(Image, Image, PixelMatcher) - Method in interface org.testfx.service.support.CaptureSupport
-
Compares two images and returns a
PixelMatcherResult that defines
the how similar/dissimilar one was from the other.
- matchImages(Image, Image, PixelMatcher) - Method in class org.testfx.service.support.impl.CaptureSupportImpl
-
- MenuItemMatchers - Class in org.testfx.matcher.control
-
TestFX matchers for MenuItem controls.
- Motion - Enum in org.testfx.robot
-
Enumeration holding the three simplest types of motion between two 2D points
a = (x₁, y₁) and b = (x₂, y₂).
- mouseClick(MouseButton, int) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- mouseClick(MouseButton) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- mouseDrag(MouseButton) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- mouseMove(Point2D) - Method in class org.testfx.service.adapter.impl.AwtRobotAdapter
-
- mouseMove(Point2D) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- mouseMove(Point2D) - Method in interface org.testfx.service.adapter.RobotAdapter
-
Moves the mouse cursor to the given position in JavaFx coordinates
- mousePress(MouseButton) - Method in class org.testfx.service.adapter.impl.AwtRobotAdapter
-
- mousePress(MouseButton, int) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- mousePress(MouseButton) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- mousePress(MouseButton) - Method in interface org.testfx.service.adapter.RobotAdapter
-
Makes the robot press a mouse button.
- mouseRelease(MouseButton) - Method in class org.testfx.service.adapter.impl.AwtRobotAdapter
-
- mouseRelease(MouseButton, int) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- mouseRelease(MouseButton) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- mouseRelease(MouseButton) - Method in interface org.testfx.service.adapter.RobotAdapter
-
Makes the robot release a mouse button.
- MouseRobot - Interface in org.testfx.robot
-
- MouseRobotImpl - Class in org.testfx.robot.impl
-
- MouseRobotImpl(BaseRobot) - Constructor for class org.testfx.robot.impl.MouseRobotImpl
-
- mouseWheel(int) - Method in class org.testfx.service.adapter.impl.AwtRobotAdapter
-
- mouseWheel(int) - Method in class org.testfx.service.adapter.impl.GlassRobotAdapter
-
- mouseWheel(int) - Method in class org.testfx.service.adapter.impl.JavafxRobotAdapter
-
- mouseWheel(int) - Method in interface org.testfx.service.adapter.RobotAdapter
-
Makes the robot to simulate a action of the mouse wheel.
Negative values indicate movement up/away from the user, positive values
indicate movement down/towards the user.
- move(Point2D) - Method in class org.testfx.robot.impl.MouseRobotImpl
-
- move(Point2D) - Method in interface org.testfx.robot.MouseRobot
-
Moves the mouse to the given location.
- moveBy(double, double, Motion) - Method in class org.testfx.api.FxRobot
-
- moveBy(double, double) - Method in interface org.testfx.api.FxRobotInterface
-
- moveBy(double, double, Motion) - Method in interface org.testfx.api.FxRobotInterface
-
- moveBy(double, double, Motion) - Method in class org.testfx.robot.impl.MoveRobotImpl
-
- moveBy(double, double) - Method in interface org.testfx.robot.MoveRobot
-
Moves the mouse directly (see:
Motion.DIRECT from the current location to the
given (
x,
y) location.
- moveBy(double, double, Motion) - Method in interface org.testfx.robot.MoveRobot
-
Moves the mouse from the current location to the given (x, y) location.
- moveMouse(Point2D) - Method in interface org.testfx.robot.BaseRobot
-
- moveMouse(Point2D) - Method in class org.testfx.robot.impl.BaseRobotImpl
-
- moveNoWait(Point2D) - Method in class org.testfx.robot.impl.MouseRobotImpl
-
- moveNoWait(Point2D) - Method in interface org.testfx.robot.MouseRobot
-
Moves the mouse to the given location.
- MoveRobot - Interface in org.testfx.robot
-
- MoveRobotImpl - Class in org.testfx.robot.impl
-
- MoveRobotImpl(BaseRobot, MouseRobot, SleepRobot) - Constructor for class org.testfx.robot.impl.MoveRobotImpl
-
- moveTo(PointQuery, Motion) - Method in class org.testfx.api.FxRobot
-
- moveTo(double, double, Motion) - Method in class org.testfx.api.FxRobot
-
- moveTo(Point2D, Motion) - Method in class org.testfx.api.FxRobot
-
- moveTo(Bounds, Motion) - Method in class org.testfx.api.FxRobot
-
- moveTo(Node, Pos, Point2D, Motion) - Method in class org.testfx.api.FxRobot
-
- moveTo(Scene, Motion) - Method in class org.testfx.api.FxRobot
-
- moveTo(Window, Motion) - Method in class org.testfx.api.FxRobot
-
- moveTo(String, Motion) - Method in class org.testfx.api.FxRobot
-
- moveTo(Matcher<T>, Motion) - Method in class org.testfx.api.FxRobot
-
- moveTo(Predicate<T>, Motion) - Method in class org.testfx.api.FxRobot
-
- moveTo(PointQuery) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(PointQuery, Motion) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(double, double) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(double, double, Motion) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(Point2D) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(Point2D, Motion) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(Bounds) - Method in interface org.testfx.api.FxRobotInterface
-
Convenience method: Moves mouse directly to the center of the given Bounds and returns itself for
method chaining.
- moveTo(Bounds, Motion) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(Node) - Method in interface org.testfx.api.FxRobotInterface
-
Convenience method: Moves mouse directly to the center of the given Node and returns itself
for method chaining.
- moveTo(Node, Motion) - Method in interface org.testfx.api.FxRobotInterface
-
Convenience method: Moves mouse using the given
motion (see:
Motion to the center of the
given
Node and returns itself for method chaining.
- moveTo(Node, Point2D) - Method in interface org.testfx.api.FxRobotInterface
-
Convenience method: Moves mouse directly to the point returned from
FxRobotInterface.point(Node),
with the given offset from the center of the given
Node, and returns itself for method chaining.
- moveTo(Node, Pos, 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(Node), with the given offset (from the
offsetReferencePos, and returns itself for
method chaining.
- moveTo(Scene) - Method in interface org.testfx.api.FxRobotInterface
-
Convenience method: Moves mouse directly to the center of the given Scene and returns itself
for method chaining.
- moveTo(Scene, Motion) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(Window) - Method in interface org.testfx.api.FxRobotInterface
-
Convenience method: Moves mouse directly to the center of the given Window and returns itself
for method chaining.
- moveTo(Window, Motion) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(String) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(String, Motion) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(Matcher<T>) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(Matcher<T>, Motion) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(Predicate<T>) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(Predicate<T>, Motion) - Method in interface org.testfx.api.FxRobotInterface
-
- moveTo(PointQuery, Motion) - Method in class org.testfx.robot.impl.MoveRobotImpl
-
- moveTo(PointQuery) - Method in interface org.testfx.robot.MoveRobot
-
- moveTo(PointQuery, Motion) - Method in interface org.testfx.robot.MoveRobot
-
Moves the mouse to the (x,y) position specified by the given
PointQuery.query()
using the specified
motion (see:
Motion) and clicks whatever is under it.