- 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.
- 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, 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, ObservableBooleanValue) - Static method in class org.testfx.util.WaitForAsyncUtils
-
Waits for given ObservableBooleanValue to return true otherwise
times out with a TimeoutException.
- 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(Predicate<Window>) - Method in class org.testfx.api.FxRobot
-
- window(int) - Method in class org.testfx.api.FxRobot
-
- window(String) - Method in class org.testfx.api.FxRobot
-
- window(Pattern) - Method in class org.testfx.api.FxRobot
-
- window(Scene) - Method in class org.testfx.api.FxRobot
-
- window(Node) - Method in class org.testfx.api.FxRobot
-
- window(Predicate<Window>) - Method in interface org.testfx.api.FxRobotInterface
-
- window(int) - Method in interface org.testfx.api.FxRobotInterface
-
- window(String) - Method in interface org.testfx.api.FxRobotInterface
-
- window(Pattern) - Method in interface org.testfx.api.FxRobotInterface
-
- window(Scene) - Method in interface org.testfx.api.FxRobotInterface
-
- window(Node) - Method in interface org.testfx.api.FxRobotInterface
-
- window(Predicate<Window>) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
-
- window(int) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
-
- window(String) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
-
- window(Pattern) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
-
- window(Scene) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
-
- window(Node) - Method in class org.testfx.service.finder.impl.WindowFinderImpl
-
- window(Predicate<Window>) - Method in interface org.testfx.service.finder.WindowFinder
-
- 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 interface org.testfx.service.finder.WindowFinder
-
Returns the stage whose title matches the given regex.
- window(Pattern) - Method in interface org.testfx.service.finder.WindowFinder
-
Returns the stage whose title matches the given regex.
- window(Scene) - Method in interface org.testfx.service.finder.WindowFinder
-
Returns the scene's window.
- window(Node) - Method in interface org.testfx.service.finder.WindowFinder
-
Returns the node's 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.
- write(char) - Method in class org.testfx.api.FxRobot
-
- write(String) - Method in class org.testfx.api.FxRobot
-
- write(String, int) - Method in class org.testfx.api.FxRobot
-
- write(char) - Method in interface org.testfx.api.FxRobotInterface
-
- write(String) - Method in interface org.testfx.api.FxRobotInterface
-
- write(String, int) - Method in interface org.testfx.api.FxRobotInterface
-
- write(char) - Method in class org.testfx.robot.impl.WriteRobotImpl
-
- write(String) - Method in class org.testfx.robot.impl.WriteRobotImpl
-
- write(String, int) - 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 interface org.testfx.robot.WriteRobot
-
Writes the given text characters one after the other.
- 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
-