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 

P

ParentMatchers - Class in org.testfx.matcher.base
TestFX matchers for Parent.
ParentMatchers() - Constructor for class org.testfx.matcher.base.ParentMatchers
 
PixelMatcher - Interface in org.testfx.service.support
 
PixelMatcherBase - Class in org.testfx.service.support.impl
 
PixelMatcherBase() - Constructor for class org.testfx.service.support.impl.PixelMatcherBase
 
PixelMatcherResult - Class in org.testfx.service.support
Indicates how similar/dissimilar two images were on a pixel-to-pixel comparison level via PixelMatcher.match(Image, Image).
PixelMatcherResult(Image, long, long) - Constructor for class org.testfx.service.support.PixelMatcherResult
 
PixelMatcherRgb - Class in org.testfx.service.support.impl
 
PixelMatcherRgb() - Constructor for class org.testfx.service.support.impl.PixelMatcherRgb
 
PixelMatcherRgb(double, double) - Constructor for class org.testfx.service.support.impl.PixelMatcherRgb
 
PNG_IMAGE_FORMAT - Static variable in class org.testfx.service.support.impl.CaptureSupportImpl
 
point(double, double) - Method in class org.testfx.api.FxRobot
 
point(Point2D) - Method in class org.testfx.api.FxRobot
 
point(Bounds) - Method in class org.testfx.api.FxRobot
 
point(Node) - Method in class org.testfx.api.FxRobot
 
point(Scene) - Method in class org.testfx.api.FxRobot
 
point(Window) - Method in class org.testfx.api.FxRobot
 
point(String) - Method in class org.testfx.api.FxRobot
 
point(Matcher<T>) - Method in class org.testfx.api.FxRobot
 
point(Predicate<T>) - Method in class org.testfx.api.FxRobot
 
point(double, double) - Method in interface org.testfx.api.FxRobotInterface
Calls PointLocator.point(Point2D) using new Point2D(x, y) and sets the PointQuery's PointQuery.getPosition() to FxRobotContext.getPointPosition().
point(Point2D) - Method in interface org.testfx.api.FxRobotInterface
point(Bounds) - Method in interface org.testfx.api.FxRobotInterface
point(Node) - Method in interface org.testfx.api.FxRobotInterface
point(Scene) - Method in interface org.testfx.api.FxRobotInterface
point(Window) - Method in interface org.testfx.api.FxRobotInterface
point(String) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Tries to find a given node via FxRobotInterface.lookup(String) before calling FxRobotInterface.point(Node), throwing a FxRobotException if no node is found.
point(Matcher<T>) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Tries to find a given node via FxRobotInterface.lookup(Matcher) before calling FxRobotInterface.point(Node), throwing a FxRobotException if no node is found.
point(Predicate<T>) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Tries to find a given node via FxRobotInterface.lookup(Predicate) before calling FxRobotInterface.point(Node), throwing a FxRobotException if no node is found.
point(Bounds) - Method in class org.testfx.service.locator.impl.PointLocatorImpl
 
point(Point2D) - Method in class org.testfx.service.locator.impl.PointLocatorImpl
 
point(Node) - Method in class org.testfx.service.locator.impl.PointLocatorImpl
 
point(Scene) - Method in class org.testfx.service.locator.impl.PointLocatorImpl
 
point(Window) - Method in class org.testfx.service.locator.impl.PointLocatorImpl
 
point(Bounds) - Method in interface org.testfx.service.locator.PointLocator
 
point(Point2D) - Method in interface org.testfx.service.locator.PointLocator
 
point(Node) - Method in interface org.testfx.service.locator.PointLocator
 
point(Scene) - Method in interface org.testfx.service.locator.PointLocator
 
point(Window) - Method in interface org.testfx.service.locator.PointLocator
 
PointLocator - Interface in org.testfx.service.locator
Interface for constructing PointQuery objects that can be used to return a specific point (in terms of the screen) somewhere in the bounds of the provided object.
PointLocatorImpl - Class in org.testfx.service.locator.impl
 
PointLocatorImpl(BoundsLocator) - Constructor for class org.testfx.service.locator.impl.PointLocatorImpl
 
PointQuery - Interface in org.testfx.service.query
Used to calculate a position within a given Bounds.
PointQueryBase - Class in org.testfx.service.query.impl
 
PointQueryBase() - Constructor for class org.testfx.service.query.impl.PointQueryBase
 
PointQueryUtils - Class in org.testfx.util
 
press(KeyCode...) - Method in class org.testfx.api.FxRobot
 
press(MouseButton...) - Method in class org.testfx.api.FxRobot
 
press(KeyCode...) - Method in interface org.testfx.api.FxRobotInterface
Calls KeyboardRobot.press(KeyCode...) and returns itself for method chaining.
press(MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Presses and holds mouse buttons.
press(KeyCode...) - Method in class org.testfx.robot.impl.KeyboardRobotImpl
 
press(MouseButton...) - Method in class org.testfx.robot.impl.MouseRobotImpl
 
press(KeyCode...) - Method in interface org.testfx.robot.KeyboardRobot
Presses given keys, until explicitly released via KeyboardRobot.release(KeyCode...).
press(MouseButton...) - Method in interface org.testfx.robot.MouseRobot
Presses given buttons, until explicitly released via MouseRobot.release(MouseButton...).
pressKeyboard(KeyCode) - Method in interface org.testfx.robot.BaseRobot
 
pressKeyboard(KeyCode) - Method in class org.testfx.robot.impl.BaseRobotImpl
 
pressMouse(MouseButton) - Method in interface org.testfx.robot.BaseRobot
 
pressMouse(MouseButton) - Method in class org.testfx.robot.impl.BaseRobotImpl
 
pressNoWait(KeyCode...) - Method in class org.testfx.robot.impl.KeyboardRobotImpl
 
pressNoWait(MouseButton...) - Method in class org.testfx.robot.impl.MouseRobotImpl
 
pressNoWait(KeyCode...) - Method in interface org.testfx.robot.KeyboardRobot
Presses given keys, until explicitly released via KeyboardRobot.release(KeyCode...).
pressNoWait(MouseButton...) - Method in interface org.testfx.robot.MouseRobot
Presses given buttons, until explicitly released via MouseRobot.release(MouseButton...).
PRIMARY_STAGE_FUTURE - Static variable in class org.testfx.toolkit.PrimaryStageApplication
 
PrimaryStageApplication - Class in org.testfx.toolkit
The main application used during tests when a developer is not testing his/her own subclass of Application.
PrimaryStageApplication() - Constructor for class org.testfx.toolkit.PrimaryStageApplication
 
PrimaryStageFuture - Class in org.testfx.toolkit
 
printException - Static variable in class org.testfx.util.WaitForAsyncUtils
If true any exceptions encountered during execution of the async methods will be printed to stderr.
push(KeyCode...) - Method in class org.testfx.api.FxRobot
 
push(KeyCodeCombination) - Method in class org.testfx.api.FxRobot
 
push(KeyCode...) - Method in interface org.testfx.api.FxRobotInterface
Calls TypeRobot.push(KeyCode...) and returns itself for more method chaining.
push(KeyCodeCombination) - Method in interface org.testfx.api.FxRobotInterface
Calls TypeRobot.push(KeyCodeCombination) and returns itself for more method chaining.
push(KeyCode...) - Method in class org.testfx.robot.impl.TypeRobotImpl
 
push(KeyCodeCombination) - Method in class org.testfx.robot.impl.TypeRobotImpl
 
push(KeyCode...) - Method in interface org.testfx.robot.TypeRobot
Pushes a given key combination.
push(KeyCodeCombination) - Method in interface org.testfx.robot.TypeRobot
Pushes a given key combination.
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.