Uses of Interface
org.testfx.service.query.PointQuery
-
Packages that use PointQuery Package Description org.testfx.api org.testfx.robot org.testfx.robot.impl org.testfx.service.locator org.testfx.service.locator.impl org.testfx.service.query org.testfx.service.query.impl -
-
Uses of PointQuery in org.testfx.api
Methods in org.testfx.api that return PointQuery Modifier and Type Method Description PointQueryFxRobot. offset(java.lang.String query, double offsetX, double offsetY)<T extends javafx.scene.Node>
PointQueryFxRobot. offset(java.util.function.Predicate<T> predicate, double offsetX, double offsetY)PointQueryFxRobot. offset(javafx.geometry.Bounds bounds, double offsetX, double offsetY)PointQueryFxRobot. offset(javafx.geometry.Point2D point, double offsetX, double offsetY)PointQueryFxRobot. offset(javafx.scene.Node node, double offsetX, double offsetY)PointQueryFxRobot. offset(javafx.scene.Node node, javafx.geometry.Pos offsetReferencePos, double offsetX, double offsetY)PointQueryFxRobot. offset(javafx.scene.Scene scene, double offsetX, double offsetY)PointQueryFxRobot. offset(javafx.stage.Window window, double offsetX, double offsetY)<T extends javafx.scene.Node>
PointQueryFxRobot. offset(org.hamcrest.Matcher<T> matcher, double offsetX, double offsetY)PointQueryFxRobotInterface. offset(java.lang.String query, double offsetX, double offsetY)Convenience method: CallsFxRobotInterface.point(String)and sets the query's offset by the given offset values.default PointQueryFxRobotInterface. offset(java.lang.String query, javafx.geometry.Point2D offset)Convenience method: CallsFxRobotInterface.point(String)and sets the query's offset by the given offset point (where the point's x-component is the offsetX, and the point's y-component is the offsetY).<T extends javafx.scene.Node>
PointQueryFxRobotInterface. offset(java.util.function.Predicate<T> predicate, double offsetX, double offsetY)Convenience method: CallsFxRobotInterface.point(Predicate)and sets the query's offset by the given offset values.default <T extends javafx.scene.Node>
PointQueryFxRobotInterface. offset(java.util.function.Predicate<T> predicate, javafx.geometry.Point2D offset)Convenience method: CallsFxRobotInterface.point(Predicate)and sets the query's offset by the given offset point (where the point's x-component is the offsetX, and the point's y-component is the offsetY).PointQueryFxRobotInterface. offset(javafx.geometry.Bounds bounds, double offsetX, double offsetY)Convenience method: CallsFxRobotInterface.point(Bounds)and sets the query's offset by the given offset values.default PointQueryFxRobotInterface. offset(javafx.geometry.Bounds bounds, javafx.geometry.Point2D offset)Convenience method: CallsFxRobotInterface.point(Bounds)and sets the query's offset by the given offset point (where the point's x-component is the offsetX, and the point's y-component is the offsetY).PointQueryFxRobotInterface. offset(javafx.geometry.Point2D point, double offsetX, double offsetY)Convenience method: CallsFxRobotInterface.point(Point2D)and sets the query's offset by the given offset values.default PointQueryFxRobotInterface. offset(javafx.geometry.Point2D point, javafx.geometry.Point2D offset)Convenience method: CallsFxRobotInterface.point(Point2D)and sets the query's offset by the given offset point (where the point's x-component is the offsetX, and the point's y-component is the offsetY).PointQueryFxRobotInterface. offset(javafx.scene.Node node, double offsetX, double offsetY)Convenience method: CallsFxRobotInterface.point(Node)and sets the query's offset by the given offset values.default PointQueryFxRobotInterface. offset(javafx.scene.Node node, javafx.geometry.Point2D offset)Convenience method: CallsFxRobotInterface.point(Node)and sets the query's offset by the given offset point (where the point's x-component is the offsetX, and the point's y-component is the offsetY).PointQueryFxRobotInterface. offset(javafx.scene.Node node, javafx.geometry.Pos offsetReferencePos, double offsetX, double offsetY)Convenience method: CallsFxRobotInterface.point(Node)and sets the query's offset by the given offset values where the offset is computed with respect to the given offset reference position.default PointQueryFxRobotInterface. offset(javafx.scene.Node node, javafx.geometry.Pos offsetReferencePos, javafx.geometry.Point2D offset)Convenience method: CallsFxRobotInterface.point(Node)and sets the query's offset by the given offset point (where the point's x-component is the offsetX, and the point's y-component is the offsetY) where the offset is computed with respect to the given offset reference position.PointQueryFxRobotInterface. offset(javafx.scene.Scene scene, double offsetX, double offsetY)Convenience method: CallsFxRobotInterface.point(Scene)and sets the query's offset by the given offset values.default PointQueryFxRobotInterface. offset(javafx.scene.Scene scene, javafx.geometry.Point2D offset)Convenience method: CallsFxRobotInterface.point(Scene)and sets the query's offset by the given offset offset point (where the point's x-component is the offsetX, and the point's y-component is the offsetY).PointQueryFxRobotInterface. offset(javafx.stage.Window window, double offsetX, double offsetY)Convenience method: CallsFxRobotInterface.point(Window)and sets the query's offset by the given offset values.default PointQueryFxRobotInterface. offset(javafx.stage.Window window, javafx.geometry.Point2D offset)Convenience method: CallsFxRobotInterface.point(Window)and sets the query's offset by the given offset point (where the point's x-component is the offsetX, and the point's y-component is the offsetY).<T extends javafx.scene.Node>
PointQueryFxRobotInterface. offset(org.hamcrest.Matcher<T> matcher, double offsetX, double offsetY)Convenience method: CallsFxRobotInterface.point(Matcher)and sets the query's offset by the given offset values.default <T extends javafx.scene.Node>
PointQueryFxRobotInterface. offset(org.hamcrest.Matcher<T> matcher, javafx.geometry.Point2D offset)Convenience method: CallsFxRobotInterface.point(Matcher)and sets the query's offset by the given offset point (where the point's x-component is the offsetX, and the point's y-component is the offsetY).PointQueryFxRobot. point(double x, double y)PointQueryFxRobot. point(java.lang.String query)<T extends javafx.scene.Node>
PointQueryFxRobot. point(java.util.function.Predicate<T> predicate)PointQueryFxRobot. point(javafx.geometry.Bounds bounds)PointQueryFxRobot. point(javafx.geometry.Point2D point)PointQueryFxRobot. point(javafx.scene.Node node)PointQueryFxRobot. point(javafx.scene.Scene scene)PointQueryFxRobot. point(javafx.stage.Window window)<T extends javafx.scene.Node>
PointQueryFxRobot. point(org.hamcrest.Matcher<T> matcher)PointQueryFxRobotInterface. point(double x, double y)CallsPointLocator.point(Point2D)usingnew Point2D(x, y)and sets thePointQuery'sgetPosition()toFxRobotContext.getPointPosition().PointQueryFxRobotInterface. point(java.lang.String query)Convenience method: Tries to find a given node viaFxRobotInterface.lookup(String)before callingFxRobotInterface.point(Node), throwing aFxRobotExceptionif no node is found.<T extends javafx.scene.Node>
PointQueryFxRobotInterface. point(java.util.function.Predicate<T> predicate)Convenience method: Tries to find a given node viaFxRobotInterface.lookup(Predicate)before callingFxRobotInterface.point(Node), throwing aFxRobotExceptionif no node is found.PointQueryFxRobotInterface. point(javafx.geometry.Bounds bounds)CallsPointLocator.point(Bounds)and sets thePointQuery'sgetPosition()toFxRobotContext.getPointPosition().PointQueryFxRobotInterface. point(javafx.geometry.Point2D point)CallsPointLocator.point(Point2D)and sets thePointQuery'sgetPosition()toFxRobotContext.getPointPosition().PointQueryFxRobotInterface. point(javafx.scene.Node node)CallsPointLocator.point(Node)and sets thePointQuery'sgetPosition()toFxRobotContext.getPointPosition().PointQueryFxRobotInterface. point(javafx.scene.Scene scene)CallsPointLocator.point(Scene)and sets thePointQuery'sgetPosition()toFxRobotContext.getPointPosition().PointQueryFxRobotInterface. point(javafx.stage.Window window)CallsPointLocator.point(Window)and sets thePointQuery'sgetPosition()toFxRobotContext.getPointPosition().<T extends javafx.scene.Node>
PointQueryFxRobotInterface. point(org.hamcrest.Matcher<T> matcher)Convenience method: Tries to find a given node viaFxRobotInterface.lookup(Matcher)before callingFxRobotInterface.point(Node), throwing aFxRobotExceptionif no node is found.private PointQueryFxRobot. pointOfVisibleNode(java.lang.String query)private <T extends javafx.scene.Node>
PointQueryFxRobot. pointOfVisibleNode(java.util.function.Predicate<T> predicate)private <T extends javafx.scene.Node>
PointQueryFxRobot. pointOfVisibleNode(org.hamcrest.Matcher<T> matcher)Methods in org.testfx.api with parameters of type PointQuery Modifier and Type Method Description FxRobotFxRobot. clickOn(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons)default FxRobotInterfaceFxRobotInterface. clickOn(PointQuery pointQuery, javafx.scene.input.MouseButton... buttons)CallsClickRobot.clickOn(PointQuery, Motion, MouseButton...)and returns itself for more method chaining.FxRobotInterfaceFxRobotInterface. clickOn(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons)CallsClickRobot.clickOn(PointQuery, MouseButton...)and returns itself for more method chaining.FxRobotFxRobot. doubleClickOn(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons)default FxRobotInterfaceFxRobotInterface. doubleClickOn(PointQuery pointQuery, javafx.scene.input.MouseButton... buttons)CallsClickRobot.doubleClickOn(PointQuery, Motion, MouseButton...)and returns itself for method chaining.FxRobotInterfaceFxRobotInterface. doubleClickOn(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons)CallsClickRobot.doubleClickOn(PointQuery, Motion, MouseButton...)and returns itself for method chaining.FxRobotFxRobot. drag(PointQuery pointQuery, javafx.scene.input.MouseButton... buttons)FxRobotInterfaceFxRobotInterface. drag(PointQuery pointQuery, javafx.scene.input.MouseButton... buttons)CallsDragRobot.drag(PointQuery, MouseButton...)and returns itself for more method chaining.FxRobotFxRobot. dropTo(PointQuery pointQuery)FxRobotInterfaceFxRobotInterface. dropTo(PointQuery pointQuery)CallsDragRobot.dropTo(PointQuery)and returns itself for more method chaining.FxRobotFxRobot. moveTo(PointQuery pointQuery, Motion motion)default FxRobotInterfaceFxRobotInterface. moveTo(PointQuery pointQuery)CallsMoveRobot.moveTo(PointQuery)and returns itself for more method chaining.FxRobotInterfaceFxRobotInterface. moveTo(PointQuery pointQuery, Motion motion)CallsMoveRobot.moveTo(PointQuery, Motion)and returns itself for more method chaining.FxRobotFxRobot. rightClickOn(PointQuery pointQuery, Motion motion)default FxRobotInterfaceFxRobotInterface. rightClickOn(PointQuery pointQuery)Convenience method: Moves mouse directly to the point returned fromquery(), clicks theMouseButton.SECONDARYbutton and returns itself for method chaining.FxRobotInterfaceFxRobotInterface. rightClickOn(PointQuery pointQuery, Motion motion) -
Uses of PointQuery in org.testfx.robot
Methods in org.testfx.robot with parameters of type PointQuery Modifier and Type Method Description default voidClickRobot. clickOn(PointQuery pointQuery, javafx.scene.input.MouseButton... buttons)Moves the mouse directly to the location specified by the givenquery()and clicks whatever is under it.voidClickRobot. clickOn(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons)default voidClickRobot. doubleClickOn(PointQuery pointQuery, javafx.scene.input.MouseButton... buttons)Moves the mouse directly to the location specified by the givenquery()and double-clicks whatever is under it.voidClickRobot. doubleClickOn(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons)voidDragRobot. drag(PointQuery pointQuery, javafx.scene.input.MouseButton... buttons)Moves the mouse to the location specified by the givenquery()and then presses the given mouse button(s) on whatever is under the mouse's new location.voidDragRobot. dropTo(PointQuery pointQuery)Moves the mouse to the location specified by the givenquery()and then releases the mouse.default voidMoveRobot. moveTo(PointQuery pointQuery)Moves the mouse directly to the (x,y) position specified by the givenquery().voidMoveRobot. moveTo(PointQuery pointQuery, Motion motion) -
Uses of PointQuery in org.testfx.robot.impl
Methods in org.testfx.robot.impl with parameters of type PointQuery Modifier and Type Method Description voidClickRobotImpl. clickOn(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons)voidClickRobotImpl. doubleClickOn(PointQuery pointQuery, Motion motion, javafx.scene.input.MouseButton... buttons)voidDragRobotImpl. drag(PointQuery pointQuery, javafx.scene.input.MouseButton... buttons)voidDragRobotImpl. dropTo(PointQuery pointQuery)voidMoveRobotImpl. moveTo(PointQuery pointQuery, Motion motion) -
Uses of PointQuery in org.testfx.service.locator
Methods in org.testfx.service.locator that return PointQuery Modifier and Type Method Description PointQueryPointLocator. point(javafx.geometry.Bounds bounds)PointQueryPointLocator. point(javafx.geometry.Point2D point)PointQueryPointLocator. point(javafx.scene.Node node)Returns the center of the givenNodein screen coordinates.PointQueryPointLocator. point(javafx.scene.Scene scene)PointQueryPointLocator. point(javafx.stage.Window window) -
Uses of PointQuery in org.testfx.service.locator.impl
Methods in org.testfx.service.locator.impl that return PointQuery Modifier and Type Method Description PointQueryPointLocatorImpl. point(javafx.geometry.Bounds bounds)PointQueryPointLocatorImpl. point(javafx.geometry.Point2D point)PointQueryPointLocatorImpl. point(javafx.scene.Node node)PointQueryPointLocatorImpl. point(javafx.scene.Scene scene)PointQueryPointLocatorImpl. point(javafx.stage.Window window) -
Uses of PointQuery in org.testfx.service.query
Methods in org.testfx.service.query that return PointQuery Modifier and Type Method Description PointQueryPointQuery. atOffset(double offsetX, double offsetY)UpdatesgetOffset()by the combination of the currentoffset'sxvalue andoffsetXand itsyvalue andoffsetY.PointQueryPointQuery. atOffset(javafx.geometry.Point2D offset)UpdatesgetOffset()to benew Point2D(this.offset.getX() + offset.getX(), this.offset.getY() + offset.getY()).PointQueryPointQuery. atPosition(double positionX, double positionY)UpdatesgetPosition()to the newposition.PointQueryPointQuery. atPosition(javafx.geometry.Point2D position)UpdatesgetPosition()to the newposition.PointQueryPointQuery. atPosition(javafx.geometry.Pos position)UpdatesgetPosition()to a new one based on the givenposition.PointQueryPointQuery. onNode(javafx.scene.Node node) -
Uses of PointQuery in org.testfx.service.query.impl
Classes in org.testfx.service.query.impl that implement PointQuery Modifier and Type Class Description classBoundsPointQueryThis point query implements a PointQuery within the bounds of an object.classCallableBoundsPointQueryclassPointQueryBaseMethods in org.testfx.service.query.impl that return PointQuery Modifier and Type Method Description PointQueryPointQueryBase. atOffset(double offsetX, double offsetY)PointQueryPointQueryBase. atOffset(javafx.geometry.Point2D offset)PointQueryPointQueryBase. atPosition(double positionX, double positionY)PointQueryPointQueryBase. atPosition(javafx.geometry.Point2D position)PointQueryPointQueryBase. atPosition(javafx.geometry.Pos position)PointQueryPointQueryBase. onNode(javafx.scene.Node node)
-