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

C

calculateColorDistSq(Color, Color) - Static method in class org.testfx.util.ColorUtils
Calculates and returns the distance between two Colors, using a simple Euclidean metric.
CallableBoundsPointQuery - Class in org.testfx.service.query.impl
 
CallableBoundsPointQuery(Callable<Bounds>) - Constructor for class org.testfx.service.query.impl.CallableBoundsPointQuery
 
CallableBoundsPointQuery(Callable<Bounds>, Node) - Constructor for class org.testfx.service.query.impl.CallableBoundsPointQuery
 
capture(URL) - Method in class org.testfx.api.FxRobot
 
capture(URL) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Returns a Capture that supplies the Image from the image file of the given URL.
capture(Path) - Method in class org.testfx.api.FxRobot
 
capture(Path) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Returns a Capture that supplies the Image from the image file of the given Path.
capture(Bounds) - Method in class org.testfx.api.FxRobot
 
capture(Bounds) - Method in interface org.testfx.api.FxRobotInterface
Returns a Capture that supplies a screenshot using the given bounds.
capture(Rectangle2D) - Method in class org.testfx.api.FxRobot
 
capture(Rectangle2D) - Method in interface org.testfx.api.FxRobotInterface
Returns a Capture that supplies a screenshot using the given rectangle's bounds.
capture(Image) - Method in class org.testfx.api.FxRobot
 
capture(Image) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Returns a Capture that supplies the given Image.
capture(Node) - Method in class org.testfx.api.FxRobot
 
capture(Node) - Method in interface org.testfx.api.FxRobotInterface
Returns a Capture that supplies a screenshot using the given node's bounds.
Capture - Interface in org.testfx.service.support
Essentially a Supplier that returns an Image via Capture.getImage().
captureBounds(Bounds) - Static method in class org.testfx.util.DebugUtils
 
captureBounds(Rectangle2D) - Static method in class org.testfx.util.DebugUtils
 
captureNode(Node) - Method in interface org.testfx.service.support.CaptureSupport
Returns a snapshot of the node.
captureNode(Node) - Method in class org.testfx.service.support.impl.CaptureSupportImpl
 
captureNode(Node) - Static method in class org.testfx.util.DebugUtils
 
captureRegion(Rectangle2D) - Method in interface org.testfx.robot.BaseRobot
 
captureRegion(Rectangle2D) - Method in class org.testfx.robot.impl.BaseRobotImpl
 
captureRegion(Rectangle2D) - Method in interface org.testfx.service.support.CaptureSupport
Returns a screenshot of the given region.
captureRegion(Rectangle2D) - Method in class org.testfx.service.support.impl.CaptureSupportImpl
 
captureScreenshot() - Static method in class org.testfx.util.DebugUtils
 
captureScreenshot(int) - Static method in class org.testfx.util.DebugUtils
 
captureScreenshot(Screen) - Static method in class org.testfx.util.DebugUtils
 
CaptureSupport - Interface in org.testfx.service.support
 
CaptureSupportImpl - Class in org.testfx.service.support.impl
 
CaptureSupportImpl(BaseRobot) - Constructor for class org.testfx.service.support.impl.CaptureSupportImpl
 
captureWindow() - Static method in class org.testfx.util.DebugUtils
Captures the registered stage.
captureWindow(Window) - Static method in class org.testfx.util.DebugUtils
 
checkAllExceptions - Static variable in class org.testfx.util.WaitForAsyncUtils
If true any call to an async method will check for the occurrence of unhandled exceptions in any Thread.
checkException() - Static method in class org.testfx.util.WaitForAsyncUtils
Checks if an exception in an async task occurred that has not been checked currently.
cleanupApplication(Application) - Static method in class org.testfx.api.FxToolkit
Performs the clean up of the application.
cleanupApplication(Application) - Method in class org.testfx.toolkit.impl.ToolkitServiceImpl
 
cleanupApplication(Application) - Method in interface org.testfx.toolkit.ToolkitService
Calls ApplicationService.stop(Application) on the given application.
cleanupStages() - Static method in class org.testfx.api.FxToolkit
Runs on the JavaFX Application Thread: Hides all windows returned from JavaVersionAdapter.getWindows() and returns once finished.
clearEvents() - Method in class org.testfx.service.support.FiredEvents
 
clearExceptions() - Static method in class org.testfx.util.WaitForAsyncUtils
Clears all unhandled exceptions.
clickOn(double, double, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the given coordinates, clicks the given buttons, and returns itself for method chaining.
clickOn(double, double, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
clickOn(double, double, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse using the given motion (see: Motion to the given coordinates, clicks the given buttons, and returns itself for method chaining.
clickOn(String, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(String), clicks the given buttons, and returns itself for method chaining.
clickOn(String, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
clickOn(String, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from FxRobotInterface.point(String), clicks the given buttons, and returns itself for method chaining.
clickOn(Predicate<T>, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Predicate), clicks the given buttons, and returns itself for method chaining.
clickOn(Predicate<T>, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
clickOn(Predicate<T>, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from FxRobotInterface.point(Predicate), clicks the given buttons, and returns itself for method chaining.
clickOn(Bounds, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Bounds), clicks the given buttons, and returns itself for method chaining.
clickOn(Bounds, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
clickOn(Bounds, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from FxRobotInterface.point(Bounds), clicks the given buttons, and returns itself for method chaining.
clickOn(Point2D, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the given point, clicks the given buttons, and returns itself for method chaining.
clickOn(Point2D, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
clickOn(Point2D, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse using the given motion (see: Motion to the given point, clicks the given buttons, and returns itself for method chaining.
clickOn(MouseButton...) - Method in class org.testfx.api.FxRobot
 
clickOn(MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Calls ClickRobot.clickOn(MouseButton...) and returns itself for more method chaining.
clickOn(MouseButton...) - Method in interface org.testfx.robot.ClickRobot
Clicks whatever is under the mouse.
clickOn(MouseButton...) - Method in class org.testfx.robot.impl.ClickRobotImpl
 
clickOn(Node, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Node), clicks the given buttons, and returns itself for method chaining.
clickOn(Node, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
clickOn(Node, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from FxRobotInterface.point(Node), clicks the given buttons, and returns itself for method chaining.
clickOn(Scene, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Scene), clicks the given buttons, and returns itself for method chaining.
clickOn(Scene, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
clickOn(Scene, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from FxRobotInterface.point(Scene), clicks the given buttons, and returns itself for method chaining.
clickOn(Window, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Window), clicks the given buttons, and returns itself for method chaining.
clickOn(Window, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
clickOn(Window, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from FxRobotInterface.point(Window), clicks the given buttons, and returns itself for method chaining.
clickOn(Matcher<T>, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse directly to the point returned from FxRobotInterface.point(Matcher), clicks the given buttons, and returns itself for method chaining.
clickOn(Matcher<T>, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
clickOn(Matcher<T>, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Moves mouse using the given motion (see: Motion to the point returned from FxRobotInterface.point(Matcher), clicks the given buttons, and returns itself for method chaining.
clickOn(PointQuery, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Calls ClickRobot.clickOn(PointQuery, Motion, MouseButton...) and returns itself for more method chaining.
clickOn(PointQuery, MouseButton...) - Method in interface org.testfx.robot.ClickRobot
Moves the mouse directly to the location specified by the given PointQuery.query() and clicks whatever is under it.
clickOn(PointQuery, Motion, MouseButton...) - Method in class org.testfx.api.FxRobot
 
clickOn(PointQuery, Motion, MouseButton...) - Method in interface org.testfx.api.FxRobotInterface
Calls ClickRobot.clickOn(PointQuery, MouseButton...) and returns itself for more method chaining.
clickOn(PointQuery, Motion, MouseButton...) - Method in interface org.testfx.robot.ClickRobot
Moves the mouse to the location specified by the given PointQuery.query() using the specified motion (see: Motion) and clicks whatever is under it.
clickOn(PointQuery, Motion, MouseButton...) - Method in class org.testfx.robot.impl.ClickRobotImpl
 
ClickRobot - Interface in org.testfx.robot
 
ClickRobotImpl - Class in org.testfx.robot.impl
 
ClickRobotImpl(MouseRobot, MoveRobot, SleepRobot) - Constructor for class org.testfx.robot.impl.ClickRobotImpl
 
closeCurrentWindow() - Method in class org.testfx.api.FxRobot
Deprecated.
The implementation of this method simply pushes the keys ALT+F4 which does not close the current window on all platforms.
ColorAssert - Class in org.testfx.assertions.api
Assertion methods for Colors.
ColorAssert(Color) - Constructor for class org.testfx.assertions.api.ColorAssert
 
ColorMatcher - Interface in org.testfx.service.support
 
ColorMatchers - Class in org.testfx.matcher.base
 
ColorMatchers() - Constructor for class org.testfx.matcher.base.ColorMatchers
 
ColorUtils - Class in org.testfx.util
Contains Color utility methods.
combine(Function<Node, Set<Node>>, Function<Node, Set<Node>>) - Static method in class org.testfx.util.NodeQueryUtils
Returns a function that returns a Set of all Nodes that maps the given node by function0 and then by function1).
ComboBoxAssert<T> - Class in org.testfx.assertions.api
Assertion methods for ComboBoxs.
ComboBoxAssert(ComboBox<T>) - Constructor for class org.testfx.assertions.api.ComboBoxAssert
 
ComboBoxMatchers - Class in org.testfx.matcher.control
TestFX matchers for ComboBox controls.
compose(Function<StringBuilder, StringBuilder>...) - Static method in class org.testfx.util.DebugUtils
Composes multiple functions together into one.
computePositionFactors(Pos) - Static method in class org.testfx.util.PointQueryUtils
Computes the width/height factors for the point defined by the given position.
containsExactlyItems(T...) - Method in class org.testfx.assertions.api.AbstractComboBoxAssert
Verifies that the actual ComboBox contains exactly the given items in any order.
containsExactlyItems(T...) - Static method in class org.testfx.matcher.control.ComboBoxMatchers
Creates a matcher that matches all ComboBoxes that only have all of the given items, regardless of the order of their appearance.
containsExactlyItemsInOrder(T...) - Method in class org.testfx.assertions.api.AbstractComboBoxAssert
Verifies that the actual ComboBox contains exactly the given items in order.
containsExactlyItemsInOrder(T...) - Static method in class org.testfx.matcher.control.ComboBoxMatchers
Creates a matcher that matches all ComboBoxes that only have all of the given items in the exact order they are given.
containsItems(T...) - Method in class org.testfx.assertions.api.AbstractComboBoxAssert
Verifies that the actual ComboBox contains at least the given items in any order.
containsItems(T...) - Static method in class org.testfx.matcher.control.ComboBoxMatchers
Creates a matcher that matches all ComboBoxes that have all of the given items, regardless of whether it also contains other items and regardless of their order of appearance.
containsItemsInOrder(T...) - Method in class org.testfx.assertions.api.AbstractComboBoxAssert
Verifies that the actual ComboBox contains at least the given items in order.
containsItemsInOrder(T...) - Static method in class org.testfx.matcher.control.ComboBoxMatchers
Creates a matcher that matches all ComboBoxes that have all of the given items in the exact order they appear, regardless of whether it also contains other items before or after this exact sequence.
containsRow(Object...) - Method in class org.testfx.assertions.api.AbstractTableViewAssert
Verifies that the actual TableView contains the given table cells at any row index.
containsRow(Object...) - Static method in class org.testfx.matcher.control.TableViewMatchers
Creates a matcher that matches all TableViews that have at least one row that contains the given values for each column of a TableView.
containsRowAtIndex(int, Object...) - Method in class org.testfx.assertions.api.AbstractTableViewAssert
Verifies that the actual TableView contains the given table cells at the given rowIndex.
containsRowAtIndex(int, Object...) - Static method in class org.testfx.matcher.control.TableViewMatchers
Creates a matcher that matches all TableViews that have a row at the given index that contains the given values for each column of a TableView.
convertToKeyCodeId(KeyCode) - Static method in class org.testfx.internal.JavaVersionAdapter
 
createEmptyMatchImage(Image, Image) - Method in class org.testfx.service.support.impl.PixelMatcherRgb
 
createEmptyMatchImage(Image, Image) - Method in interface org.testfx.service.support.PixelMatcher
Creates a new WritableImage using image0's width and image1's height.
createGlassRobot() - Static method in class org.testfx.service.adapter.impl.GlassRobotAdapter
 
createMatchColor(Color, Color) - Method in class org.testfx.service.support.impl.PixelMatcherRgb
 
createMatchColor(Color, Color) - Method in interface org.testfx.service.support.PixelMatcher
Creates a color that represents a match between the two images' pixels.
createNonMatchColor(Color, Color) - Method in interface org.testfx.service.support.PixelMatcher
Creates a color that represents a mismatch between the two images' pixels.
currentVersion() - Static method in class org.testfx.internal.JavaVersionAdapter
 
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