- TableViews - Class in org.loadui.testfx.controls
-
Utility methods for TableView.
- TableViews() - Constructor for class org.loadui.testfx.controls.TableViews
-
- target(Object) - Method in class org.loadui.testfx.GuiTest
-
- targetWindow(T) - Static method in class org.loadui.testfx.GuiTest
-
- TestFX - Interface in org.loadui.testfx.categories
-
GUI JUnit test category for tests which require creating and operating on
graphical objects such as windows.
- TestUtils - Class in org.loadui.testfx.utils
-
Utilities to help with writing unit tests.
- TestUtils() - Constructor for class org.loadui.testfx.utils.TestUtils
-
- TextInputControls - Class in org.loadui.testfx.controls
-
- TextInputControls() - Constructor for class org.loadui.testfx.controls.TextInputControls
-
- to(double, double) - Method in class org.loadui.testfx.MouseMotion
-
Specifies that the ongoing drag-n-drop operation should end at the given coordinates.
- to(String) - Method in class org.loadui.testfx.MouseMotion
-
Ends the ongoing drag-n-drop operation at the given target.
- to(Node) - Method in class org.loadui.testfx.MouseMotion
-
- to(Matcher<Node>) - Method in class org.loadui.testfx.MouseMotion
-
- to(Point2D) - Method in class org.loadui.testfx.MouseMotion
-
- to(GuiTest.OffsetTarget) - Method in class org.loadui.testfx.MouseMotion
-
- type(String) - Method in class org.loadui.testfx.GuiTest
-
Types the given text on the keyboard.
- type(char) - Method in class org.loadui.testfx.GuiTest
-
- type(KeyCode...) - Method in class org.loadui.testfx.GuiTest
-