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

W

waitFor(long, TimeUnit, Callable<Boolean>) - Static method in class org.testfx.util.WaitForAsyncUtils
Waits for given Callable to return true otherwise times out with a TimeoutException.
waitFor(long, TimeUnit, Future<T>) - Static method in class org.testfx.util.WaitForAsyncUtils
Waits for given Future to be set and returns T, otherwise times out with a TimeoutException.
waitFor(long, TimeUnit, ObservableBooleanValue) - Static method in class org.testfx.util.WaitForAsyncUtils
Waits for given ObservableBooleanValue to return true otherwise times out with a TimeoutException.
waitFor(Future<T>) - Static method in class org.testfx.util.WaitForAsyncUtils
Waits for the given Future to be set and then returns the future result of type T.
waitForAsync(long, Runnable) - Static method in class org.testfx.util.WaitForAsyncUtils
Runs the given Runnable on a new Thread and waits millis milliseconds for it to finish, otherwise times out with a TimeoutException.
waitForAsync(long, Callable<T>) - Static method in class org.testfx.util.WaitForAsyncUtils
Calls the given Callable on a new Thread and waits millis milliseconds for it to finish.
waitForAsyncFx(long, 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 waits millis milliseconds for it to finish, otherwise times out with a TimeoutException.
waitForAsyncFx(long, 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 waits millis milliseconds for it to finish.
WaitForAsyncUtils - Class in org.testfx.util
Provides static methods for handling execution on different threads.
WaitForAsyncUtils() - Constructor for class org.testfx.util.WaitForAsyncUtils
 
waitForFxEvents() - Static method in class org.testfx.util.WaitForAsyncUtils
Waits for the event queue of the "JavaFX Application Thread" to be completed, as well as any new events triggered in it.
waitForFxEvents(int) - Static method in class org.testfx.util.WaitForAsyncUtils
Waits up to attemptsCount attempts for the event queue of the "JavaFX Application Thread" to be completed, as well as any new events triggered on it.
window(int) - Method in class org.testfx.api.FxRobot
 
window(int) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Calls WindowFinder.window(int) and returns itself for method chaining.
window(int) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
 
window(int) - Method in interface org.testfx.service.finder.WindowFinder
Returns the window at the given index from the list of windows that are ordered by proximity to the last stored target window.
window(String) - Method in class org.testfx.api.FxRobot
 
window(String) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Calls WindowFinder.window(String) and returns itself for method chaining.
window(String) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
 
window(String) - Method in interface org.testfx.service.finder.WindowFinder
Returns the stage whose title matches the given regex.
window(Predicate<Window>) - Method in class org.testfx.api.FxRobot
 
window(Predicate<Window>) - Method in interface org.testfx.api.FxRobotInterface
Calls WindowFinder.window(Predicate) and returns itself for method chaining.
window(Predicate<Window>) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
 
window(Predicate<Window>) - Method in interface org.testfx.service.finder.WindowFinder
Calls WindowFinder.listTargetWindows() and returns the first window that passes the predicate or throws a NoSuchElementException if none exist.
window(Pattern) - Method in class org.testfx.api.FxRobot
 
window(Pattern) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Calls WindowFinder.window(Pattern) and returns itself for method chaining.
window(Pattern) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
 
window(Pattern) - Method in interface org.testfx.service.finder.WindowFinder
Returns the stage whose title matches the given regex.
window(Node) - Method in class org.testfx.api.FxRobot
 
window(Node) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Calls WindowFinder.window(Node) and returns itself for method chaining.
window(Node) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
 
window(Node) - Method in interface org.testfx.service.finder.WindowFinder
Returns the node's scene's window.
window(Scene) - Method in class org.testfx.api.FxRobot
 
window(Scene) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Calls WindowFinder.window(Scene) and returns itself for method chaining.
window(Scene) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
 
window(Scene) - Method in interface org.testfx.service.finder.WindowFinder
Returns the scene's window.
WindowAssert - Class in org.testfx.assertions.api
Assertion methods for Windows.
WindowAssert(Window) - Constructor for class org.testfx.assertions.api.WindowAssert
 
WindowFinder - Interface in org.testfx.service.finder
 
WindowFinderImpl - Class in org.testfx.service.finder.impl
 
WindowFinderImpl() - Constructor for class org.testfx.service.finder.impl.WindowFinderImpl
 
WindowMatchers - Class in org.testfx.matcher.base
TestFX matchers for Window instances.
WINDOWS - org.testfx.internal.PlatformAdapter.OS
 
write(char) - Method in class org.testfx.api.FxRobot
 
write(char) - Method in interface org.testfx.api.FxRobotInterface
Calls WriteRobot.write(char) and returns itself for more method chaining.
write(char) - Method in class org.testfx.robot.impl.WriteRobotImpl
 
write(char) - Method in interface org.testfx.robot.WriteRobot
Writes a given text character.
write(String) - Method in class org.testfx.api.FxRobot
 
write(String) - Method in interface org.testfx.api.FxRobotInterface
Calls WriteRobot.write(String) and returns itself for more method chaining.
write(String) - Method in class org.testfx.robot.impl.WriteRobotImpl
 
write(String) - Method in interface org.testfx.robot.WriteRobot
Writes the given text characters one after the other.
write(String, int) - Method in class org.testfx.api.FxRobot
 
write(String, int) - Method in interface org.testfx.api.FxRobotInterface
Calls WriteRobot.write(String, int) and returns itself for more method chaining.
write(String, int) - Method in class org.testfx.robot.impl.WriteRobotImpl
 
write(String, int) - Method in interface org.testfx.robot.WriteRobot
Writes the given text characters one after the other, sleeping for sleepMillis milliseconds after each typed character.
WriteRobot - Interface in org.testfx.robot
 
WriteRobotImpl - Class in org.testfx.robot.impl
 
WriteRobotImpl(BaseRobot, SleepRobot, WindowFinder) - Constructor for class org.testfx.robot.impl.WriteRobotImpl
 
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