A B C D E F G H I K L M N O P R S T V W 

A

Assertions - Class in org.loadui.testfx
 
Assertions() - Constructor for class org.loadui.testfx.Assertions
 
assertNodeExists(Matcher<?>) - Static method in class org.loadui.testfx.Assertions
 
assertNodeExists(String) - Static method in class org.loadui.testfx.Assertions
 
awaitCondition(Callable<Boolean>) - Static method in class org.loadui.testfx.utils.TestUtils
 
awaitCondition(Callable<Boolean>, int) - Static method in class org.loadui.testfx.utils.TestUtils
 
awaitEvents() - Static method in class org.loadui.testfx.utils.FXTestUtils
Attempts to wait for events in the JavaFX event thread to complete, as well as any new events triggered by them.

B

bringToFront(Stage) - Static method in class org.loadui.testfx.utils.FXTestUtils
 
by(double, double) - Method in class org.loadui.testfx.MouseMotion
 

C

captureScreenshot() - Static method in class org.loadui.testfx.GuiTest
 
cell(String, int, int) - Static method in class org.loadui.testfx.controls.TableViews
 
cellValue(String, int, int) - Static method in class org.loadui.testfx.controls.TableViews
 
clearTextIn(TextInputControl) - Static method in class org.loadui.testfx.controls.TextInputControls
 
clearTextIn(String) - Static method in class org.loadui.testfx.controls.TextInputControls
 
click(MouseButton...) - Method in class org.loadui.testfx.GuiTest
 
click(String, MouseButton...) - Method in class org.loadui.testfx.GuiTest
Clicks the first Node matching the given query.
click(Node, MouseButton...) - Method in class org.loadui.testfx.GuiTest
 
click(Predicate<T>, MouseButton...) - Method in class org.loadui.testfx.GuiTest
 
click(Point2D, MouseButton...) - Method in class org.loadui.testfx.GuiTest
 
click(Bounds, MouseButton...) - Method in class org.loadui.testfx.GuiTest
 
click(Scene, MouseButton...) - Method in class org.loadui.testfx.GuiTest
 
click(Window, MouseButton...) - Method in class org.loadui.testfx.GuiTest
 
click(Matcher<Node>, MouseButton...) - Method in class org.loadui.testfx.GuiTest
 
click(Iterable<?>, MouseButton...) - Method in class org.loadui.testfx.GuiTest
 
click(GuiTest.OffsetTarget, MouseButton...) - Method in class org.loadui.testfx.GuiTest
 
closeCurrentWindow() - Method in class org.loadui.testfx.GuiTest
Closes the front-most window using the Alt+F4 keyboard shortcut.
Commons - Class in org.loadui.testfx.controls
 
Commons() - Constructor for class org.loadui.testfx.controls.Commons
 
contains(String) - Static method in class org.loadui.testfx.controls.impl.ContainsNodesMatcher
 
contains(int, String) - Static method in class org.loadui.testfx.controls.impl.ContainsNodesMatcher
 
containsCell(Object) - Static method in class org.loadui.testfx.controls.TableViews
 
ContainsNodesMatcher - Class in org.loadui.testfx.controls.impl
 
ContainsNodesMatcher(String) - Constructor for class org.loadui.testfx.controls.impl.ContainsNodesMatcher
 
ContainsNodesMatcher(int, String) - Constructor for class org.loadui.testfx.controls.impl.ContainsNodesMatcher
 
containsRow(Object) - Static method in class org.loadui.testfx.controls.ListViews
 

D

describeMismatchSafely(String, Description) - Method in class org.loadui.testfx.controls.impl.NodeExistsMatcher
 
describeTo(Description) - Method in class org.loadui.testfx.controls.impl.ContainsNodesMatcher
 
describeTo(Description) - Method in class org.loadui.testfx.controls.impl.EnabledMatcher
 
describeTo(Description) - Method in class org.loadui.testfx.controls.impl.HasLabelMatcher
 
describeTo(Description) - Method in class org.loadui.testfx.controls.impl.HasLabelStringMatcher
 
describeTo(Description) - Method in class org.loadui.testfx.controls.impl.NodeExistsMatcher
 
describeTo(Description) - Method in class org.loadui.testfx.controls.impl.VisibleNodesMatcher
 
disabled() - Static method in class org.loadui.testfx.controls.impl.EnabledMatcher
 
doubleClick() - Method in class org.loadui.testfx.GuiTest
 
doubleClick(String) - Method in class org.loadui.testfx.GuiTest
Double-clicks a given target.
doubleClick(Node) - Method in class org.loadui.testfx.GuiTest
 
doubleClick(Matcher<Node>) - Method in class org.loadui.testfx.GuiTest
 
doubleClick(Predicate<T>) - Method in class org.loadui.testfx.GuiTest
 
doubleClick(Scene) - Method in class org.loadui.testfx.GuiTest
 
doubleClick(Window) - Method in class org.loadui.testfx.GuiTest
 
doubleClick(Point2D) - Method in class org.loadui.testfx.GuiTest
 
doubleClick(Bounds) - Method in class org.loadui.testfx.GuiTest
 
doubleClick(GuiTest.OffsetTarget) - Method in class org.loadui.testfx.GuiTest
 
doubleClick(Iterable<?>) - Method in class org.loadui.testfx.GuiTest
 
doubleClick(MouseButton) - Method in class org.loadui.testfx.GuiTest
 
drag(Object, MouseButton...) - Method in class org.loadui.testfx.GuiTest
 
drop() - Method in class org.loadui.testfx.MouseMotion
Releases the mouse button and thereby ends the ongoing drag-n-drop operation.

E

enabled() - Static method in class org.loadui.testfx.controls.impl.EnabledMatcher
 
EnabledMatcher - Class in org.loadui.testfx.controls.impl
 
eraseCharacters(int) - Method in class org.loadui.testfx.GuiTest
 
exists() - Static method in class org.loadui.testfx.controls.impl.NodeExistsMatcher
 
exists(String) - Static method in class org.loadui.testfx.GuiTest
 

F

failIfExists(String) - Static method in class org.loadui.testfx.utils.FXTestUtils
 
find(String, Object) - Static method in class org.loadui.testfx.GuiTest
 
find(String) - Static method in class org.loadui.testfx.GuiTest
 
find(Matcher<Object>) - Static method in class org.loadui.testfx.GuiTest
 
find(Predicate<T>) - Static method in class org.loadui.testfx.GuiTest
 
findAll(String) - Static method in class org.loadui.testfx.GuiTest
 
findAll(Matcher<Object>, Node) - Static method in class org.loadui.testfx.GuiTest
Returns all child nodes of parent, that matches the given matcher.
findAll(Predicate<T>, Node) - Static method in class org.loadui.testfx.GuiTest
 
findKeyCode(char) - Static method in class org.loadui.testfx.utils.KeyCodeUtils
 
findStageByTitle(String) - Static method in class org.loadui.testfx.GuiTest
 
flattenSets(Iterable<Set<T>>) - Static method in class org.loadui.testfx.utils.FXTestUtils
 
FXScreenController - Class in org.loadui.testfx
 
FXScreenController() - Constructor for class org.loadui.testfx.FXScreenController
 
FXTestUtils - Class in org.loadui.testfx.utils
 
FXTestUtils() - Constructor for class org.loadui.testfx.utils.FXTestUtils
 

G

getMouse() - Method in class org.loadui.testfx.FXScreenController
 
getMouse() - Method in interface org.loadui.testfx.ScreenController
 
getOrFail(String) - Static method in class org.loadui.testfx.utils.FXTestUtils
 
getRootNode() - Method in class org.loadui.testfx.GuiTest
 
getWindowByIndex(int) - Static method in class org.loadui.testfx.GuiTest
 
getWindows() - Static method in class org.loadui.testfx.GuiTest
 
GuiTest - Class in org.loadui.testfx
 
GuiTest() - Constructor for class org.loadui.testfx.GuiTest
 
GuiTest.TestFxApp - Class in org.loadui.testfx
 
GuiTest.TestFxApp() - Constructor for class org.loadui.testfx.GuiTest.TestFxApp
 

H

hasLabel(String) - Static method in class org.loadui.testfx.controls.Commons
Deprecated.
Use instead.
hasLabel(Matcher<String>) - Static method in class org.loadui.testfx.controls.Commons
Deprecated.
Use instead.
HasLabelMatcher - Class in org.loadui.testfx.controls.impl
 
HasLabelMatcher(Matcher<String>) - Constructor for class org.loadui.testfx.controls.impl.HasLabelMatcher
 
HasLabelStringMatcher - Class in org.loadui.testfx.controls.impl
 
HasLabelStringMatcher(String) - Constructor for class org.loadui.testfx.controls.impl.HasLabelStringMatcher
 
hasText(String) - Static method in class org.loadui.testfx.controls.Commons
Matches any Labeled Node that has the given label.
hasText(Matcher<String>) - Static method in class org.loadui.testfx.controls.Commons
Matches any Labeled Node that has a label that matches the given stringMatcher.

I

intersection(Bounds, Bounds) - Static method in class org.loadui.testfx.utils.FXTestUtils
 
invokeAndWait(Callable<?>, int) - Static method in class org.loadui.testfx.utils.FXTestUtils
Runs the given Callable in the JavaFX thread, waiting for it to complete before returning.
invokeAndWait(Runnable, int) - Static method in class org.loadui.testfx.utils.FXTestUtils
 
isNodeVisible(Node) - Static method in class org.loadui.testfx.utils.FXTestUtils
 
isNodeWithinSceneBounds(Node) - Static method in class org.loadui.testfx.utils.FXTestUtils
 
isVisible - Static variable in class org.loadui.testfx.utils.FXTestUtils
 

K

KeyCodeUtils - Class in org.loadui.testfx.utils
 
KeyCodeUtils() - Constructor for class org.loadui.testfx.utils.KeyCodeUtils
 

L

launchApp(Class<? extends Application>, String...) - Static method in class org.loadui.testfx.utils.FXTestUtils
Launches a JavaFX App in a new Thread.
ListViews - Class in org.loadui.testfx.controls
 
ListViews() - Constructor for class org.loadui.testfx.controls.ListViews
 

M

matchesSafely(String) - Method in class org.loadui.testfx.controls.impl.ContainsNodesMatcher
 
matchesSafely(Object) - Method in class org.loadui.testfx.controls.impl.EnabledMatcher
 
matchesSafely(Object) - Method in class org.loadui.testfx.controls.impl.HasLabelMatcher
 
matchesSafely(Object) - Method in class org.loadui.testfx.controls.impl.HasLabelStringMatcher
 
matchesSafely(String) - Method in class org.loadui.testfx.controls.impl.NodeExistsMatcher
 
matchesSafely(Object) - Method in class org.loadui.testfx.controls.impl.VisibleNodesMatcher
 
MouseMotion - Class in org.loadui.testfx
A builder class for advanced mouse movements.
move(double, double) - Method in class org.loadui.testfx.FXScreenController
 
move(double, double) - Method in class org.loadui.testfx.GuiTest
Moves the mouse cursor to the given coordinates.
move(Object) - Method in class org.loadui.testfx.GuiTest
 
move(double, double) - Method in interface org.loadui.testfx.ScreenController
 
moveBy(double, double) - Method in class org.loadui.testfx.GuiTest
Moves the mouse cursor relatively to its current position.

N

NodeExistsMatcher - Class in org.loadui.testfx.controls.impl
 
NodeExistsMatcher() - Constructor for class org.loadui.testfx.controls.impl.NodeExistsMatcher
 
nodeLabeledBy(String) - Static method in class org.loadui.testfx.controls.Commons
 
nodeLabeledBy(Label) - Static method in class org.loadui.testfx.controls.Commons
 
NodeQueryException - Exception in org.loadui.testfx.exceptions
 
NodeQueryException(String) - Constructor for exception org.loadui.testfx.exceptions.NodeQueryException
 
NoNodesFoundException - Exception in org.loadui.testfx.exceptions
 
NoNodesFoundException(String) - Constructor for exception org.loadui.testfx.exceptions.NoNodesFoundException
 
NoNodesVisibleException - Exception in org.loadui.testfx.exceptions
 
NoNodesVisibleException(String) - Constructor for exception org.loadui.testfx.exceptions.NoNodesVisibleException
 
numberOf(String) - Static method in class org.loadui.testfx.GuiTest
Returns a Callable that calculates the number of nodes that matches the given query.
numberOfRowsIn(ListView<?>) - Static method in class org.loadui.testfx.controls.ListViews
Get the number of rows in the list.
numberOfRowsIn(String) - Static method in class org.loadui.testfx.controls.ListViews
Get the number of rows in the list that matches the CSS query.
numberOfRowsIn(TableView<?>) - Static method in class org.loadui.testfx.controls.TableViews
Get the number of rows in the table.
numberOfRowsIn(String) - Static method in class org.loadui.testfx.controls.TableViews
Get the number of rows in the table that matches the CSS query tableQuery.

O

offset(Object, double, double) - Static method in class org.loadui.testfx.GuiTest
 
org.loadui.testfx - package org.loadui.testfx
 
org.loadui.testfx.categories - package org.loadui.testfx.categories
 
org.loadui.testfx.controls - package org.loadui.testfx.controls
 
org.loadui.testfx.controls.impl - package org.loadui.testfx.controls.impl
 
org.loadui.testfx.exceptions - package org.loadui.testfx.exceptions
 
org.loadui.testfx.utils - package org.loadui.testfx.utils
 

P

pointFor(Object) - Method in class org.loadui.testfx.GuiTest
 
pos(Pos) - Method in class org.loadui.testfx.GuiTest
 
position(double, double) - Method in class org.loadui.testfx.FXScreenController
 
position(double, double) - Method in interface org.loadui.testfx.ScreenController
 
press(MouseButton) - Method in class org.loadui.testfx.FXScreenController
 
press(KeyCode) - Method in class org.loadui.testfx.FXScreenController
 
press(MouseButton...) - Method in class org.loadui.testfx.GuiTest
Presses and holds a mouse button, until explicitly released.
press(KeyCode...) - Method in class org.loadui.testfx.GuiTest
Presses and holds a given key, until explicitly released.
press(MouseButton) - Method in interface org.loadui.testfx.ScreenController
 
press(KeyCode) - Method in interface org.loadui.testfx.ScreenController
 
printGraph(Node) - Static method in class org.loadui.testfx.utils.FXTestUtils
 
push(KeyCode...) - Method in class org.loadui.testfx.GuiTest
Alias for type( ).
push(char) - Method in class org.loadui.testfx.GuiTest
Alias for type().

R

release(MouseButton) - Method in class org.loadui.testfx.FXScreenController
 
release(KeyCode) - Method in class org.loadui.testfx.FXScreenController
 
release(MouseButton...) - Method in class org.loadui.testfx.GuiTest
Releases a pressed mouse button.
release(KeyCode...) - Method in class org.loadui.testfx.GuiTest
Releases a given key.
release(MouseButton) - Method in interface org.loadui.testfx.ScreenController
 
release(KeyCode) - Method in interface org.loadui.testfx.ScreenController
 
rightClick() - Method in class org.loadui.testfx.GuiTest
 
rightClick(String) - Method in class org.loadui.testfx.GuiTest
Right-clicks a given target.
rightClick(Node) - Method in class org.loadui.testfx.GuiTest
 
rightClick(Matcher<Node>) - Method in class org.loadui.testfx.GuiTest
 
rightClick(Predicate<T>) - Method in class org.loadui.testfx.GuiTest
 
rightClick(Scene) - Method in class org.loadui.testfx.GuiTest
 
rightClick(Window) - Method in class org.loadui.testfx.GuiTest
 
rightClick(Point2D) - Method in class org.loadui.testfx.GuiTest
 
rightClick(Bounds) - Method in class org.loadui.testfx.GuiTest
 
rightClick(GuiTest.OffsetTarget) - Method in class org.loadui.testfx.GuiTest
 
rightClick(Iterable<?>) - Method in class org.loadui.testfx.GuiTest
 
row(String, int) - Static method in class org.loadui.testfx.controls.TableViews
 

S

ScreenController - Interface in org.loadui.testfx
 
scroll(int) - Method in class org.loadui.testfx.FXScreenController
 
scroll(int) - Method in class org.loadui.testfx.GuiTest
Deprecated.
scroll(int, VerticalDirection) - Method in class org.loadui.testfx.GuiTest
Scrolls the mouse-wheel a given number of notches in a direction.
scroll(VerticalDirection) - Method in class org.loadui.testfx.GuiTest
Scrolls the mouse-wheel one notch in the given direction.
scroll(int) - Method in interface org.loadui.testfx.ScreenController
 
setRoot(Parent) - Static method in class org.loadui.testfx.GuiTest.TestFxApp
 
setupStage() - Method in class org.loadui.testfx.GuiTest
 
sleep(long) - Method in class org.loadui.testfx.GuiTest
Same as Thread.sleep(), but without checked exceptions.
sleep(long, TimeUnit) - Method in class org.loadui.testfx.GuiTest
 
sleep(long) - Method in class org.loadui.testfx.MouseMotion
Waits still, while keeping the mouse pressed.
stage - Static variable in class org.loadui.testfx.GuiTest
 
start(Stage) - Method in class org.loadui.testfx.GuiTest.TestFxApp
 

T

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
 

V

verifyThat(T, Matcher<? super T>) - Static method in class org.loadui.testfx.Assertions
 
verifyThat(String, T, Matcher<? super T>) - Static method in class org.loadui.testfx.Assertions
 
verifyThat(String, Predicate<T>) - Static method in class org.loadui.testfx.Assertions
 
verifyThat(T, Predicate<T>) - Static method in class org.loadui.testfx.Assertions
 
via(double, double) - Method in class org.loadui.testfx.MouseMotion
 
via(String) - Method in class org.loadui.testfx.MouseMotion
 
via(Node) - Method in class org.loadui.testfx.MouseMotion
 
via(Matcher<Node>) - Method in class org.loadui.testfx.MouseMotion
 
visible() - Static method in class org.loadui.testfx.controls.impl.VisibleNodesMatcher
 
VisibleNodesMatcher - Class in org.loadui.testfx.controls.impl
 
VisibleNodesMatcher() - Constructor for class org.loadui.testfx.controls.impl.VisibleNodesMatcher
 

W

waitUntil(Node, Matcher<Object>, int) - Static method in class org.loadui.testfx.GuiTest
 
waitUntil(Node, Matcher<Object>) - Static method in class org.loadui.testfx.GuiTest
Waits until the provided node fulfills the given condition.
waitUntil(T, Matcher<? super T>) - Static method in class org.loadui.testfx.GuiTest
 
waitUntil(Callable<T>, Matcher<? super T>) - Static method in class org.loadui.testfx.GuiTest
 
waitUntil(T, Matcher<? super T>, int) - Static method in class org.loadui.testfx.GuiTest
 
waitUntil(T, Predicate<T>) - Static method in class org.loadui.testfx.GuiTest
 
waitUntil(T, Predicate<T>, int) - Static method in class org.loadui.testfx.GuiTest
 
A B C D E F G H I K L M N O P R S T V W 

Copyright © 2014. All rights reserved.