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 

A

annotateImage(Shape, Image) - Method in interface org.testfx.service.support.CaptureSupport
NOT YET IMPLEMENTED
annotateImage(Shape, Image) - Method in class org.testfx.service.support.impl.CaptureSupportImpl
 
anything() - Static method in class org.testfx.matcher.base.NodeMatchers
Creates a matcher that matches everything (matches(Object) always returns true.
ApplicationLauncher - Interface in org.testfx.toolkit
Interface that configures a few necessary System properties before launching an application with its given parameters
ApplicationLauncherImpl - Class in org.testfx.toolkit.impl
 
ApplicationLauncherImpl() - Constructor for class org.testfx.toolkit.impl.ApplicationLauncherImpl
 
ApplicationService - Interface in org.testfx.toolkit
Helper interface whose methods' returned Future objects' Future.get() method either indicates when an Application's init, start, or stop methods are finished or returns the created application
ApplicationServiceImpl - Class in org.testfx.toolkit.impl
 
ApplicationServiceImpl() - Constructor for class org.testfx.toolkit.impl.ApplicationServiceImpl
 
assertContext() - Static method in class org.testfx.api.FxAssert
 
async(Runnable) - Static method in class org.testfx.util.WaitForAsyncUtils
Runs the given Runnable on a new Thread and returns a Future that is set on finish or error.
async(Runnable, boolean) - Static method in class org.testfx.util.WaitForAsyncUtils
Runs the given Runnable on a new Thread and returns a Future that is set on finish or error.
async(Callable<T>) - Static method in class org.testfx.util.WaitForAsyncUtils
Calls the given Callable on a new Thread and returns a Future that is set on finish or error.
async(Callable<T>, boolean) - Static method in class org.testfx.util.WaitForAsyncUtils
Calls the given Callable on a new Thread and returns a Future that is set on finish or error.
asyncFx(Runnable) - Static method in class org.testfx.util.WaitForAsyncUtils
Runs the given Runnable on the JavaFX Application Thread at some unspecified time in the future and returns a Future that is set on finish or error.
asyncFx(Callable<T>) - Static method in class org.testfx.util.WaitForAsyncUtils
Calls the given Callable on the JavaFX Application Thread at some unspecified time in the future and returns a Future that is set on finish or error.
atOffset(Point2D) - Method in class org.testfx.service.query.impl.PointQueryBase
 
atOffset(double, double) - Method in class org.testfx.service.query.impl.PointQueryBase
 
atOffset(Point2D) - Method in interface org.testfx.service.query.PointQuery
Updates PointQuery.getOffset() to be new Point2D(this.offset.getX() + offset.getX(), this.offset.getY() + offset.getY()).
atOffset(double, double) - Method in interface org.testfx.service.query.PointQuery
Updates PointQuery.getOffset() by the combination of the current offset's x value and offsetX and its y value and offsetY.
atPosition(Point2D) - Method in class org.testfx.service.query.impl.PointQueryBase
 
atPosition(double, double) - Method in class org.testfx.service.query.impl.PointQueryBase
 
atPosition(Pos) - Method in class org.testfx.service.query.impl.PointQueryBase
 
atPosition(Point2D) - Method in interface org.testfx.service.query.PointQuery
Updates PointQuery.getPosition() to the new position
atPosition(double, double) - Method in interface org.testfx.service.query.PointQuery
Updates PointQuery.getPosition() to the new position
atPosition(Pos) - Method in interface org.testfx.service.query.PointQuery
Updates PointQuery.getPosition() to a new one based on the given position.
atPosition(Bounds, Pos) - Static method in class org.testfx.util.PointQueryUtils
 
atPositionFactors(Bounds, Point2D) - Static method in class org.testfx.util.PointQueryUtils
 
autoCheckException - Static variable in class org.testfx.util.WaitForAsyncUtils
If true any call to the async methods will check for unhandled exceptions.
awaitEvents() - Method in interface org.testfx.robot.BaseRobot
awaitEvents() - Method in class org.testfx.robot.impl.BaseRobotImpl
 
AWT_BUTTONS - Static variable in class org.testfx.service.adapter.impl.AwtRobotAdapter
 
AwtRobotAdapter - Class in org.testfx.service.adapter.impl
 
AwtRobotAdapter() - Constructor for class org.testfx.service.adapter.impl.AwtRobotAdapter
 
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.