Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

F

from(Node...) - Method in class org.testfx.api.FxRobot
 
from(Collection<Node>) - Method in class org.testfx.api.FxRobot
 
from(NodeQuery) - Method in class org.testfx.api.FxRobot
 
from(Node...) - Method in interface org.testfx.api.FxRobotInterface
Calls NodeFinder.from(Node...) and returns itself for method chaining.
from(Collection<Node>) - Method in interface org.testfx.api.FxRobotInterface
Calls NodeFinder.from(Collection) and returns itself for method chaining.
from(NodeQuery) - Method in interface org.testfx.api.FxRobotInterface
Convenience method: Calls NodeFinder.from(NodeQuery) and returns itself for method chaining.
from(Node...) - Method in class org.testfx.service.finder.impl.NodeFinderImpl
 
from(Collection<Node>) - Method in class org.testfx.service.finder.impl.NodeFinderImpl
 
from(NodeQuery) - Method in class org.testfx.service.finder.impl.NodeFinderImpl
 
from(Node...) - Method in interface org.testfx.service.finder.NodeFinder
Returns a NodeQuery that stores the given parentNodes
from(Collection<Node>) - Method in interface org.testfx.service.finder.NodeFinder
Returns a NodeQuery that stores the given parentNodes collection.
from(NodeQuery) - Method in interface org.testfx.service.finder.NodeFinder
Returns a new NodeQuery that stores all the parentNodes from the given nodeQuery (essentially, it creates a copy/clone).
from(Node...) - Method in class org.testfx.service.query.impl.NodeQueryImpl
 
from(Collection<Node>) - Method in class org.testfx.service.query.impl.NodeQueryImpl
 
from(Node...) - Method in interface org.testfx.service.query.NodeQuery
Stores all given parentNodes within this NodeQuery
from(Collection<Node>) - Method in interface org.testfx.service.query.NodeQuery
Stores all given parentNodes within this NodeQuery
fromAll() - Method in class org.testfx.api.FxRobot
 
fromAll() - Method in interface org.testfx.api.FxRobotInterface
Calls NodeFinder.fromAll() and returns itself for method chaining.
fromAll() - Method in class org.testfx.service.finder.impl.NodeFinderImpl
 
fromAll() - Method in interface org.testfx.service.finder.NodeFinder
Returns a NodeQuery that stores all the root nodes of all windows via WindowFinder.listTargetWindows()
FxAssert - Class in org.testfx.api
 
FxAssert() - Constructor for class org.testfx.api.FxAssert
 
FxAssertContext - Class in org.testfx.api
Stores contextual information for FxAssert: a NodeFinder, which defaults to FxServiceContext.getNodeFinder() a CaptureSupport, which defaults to FxServiceContext.getCaptureSupport()
FxAssertContext() - Constructor for class org.testfx.api.FxAssertContext
 
FxRobot - Class in org.testfx.api
 
FxRobot() - Constructor for class org.testfx.api.FxRobot
Constructs all robot-related implementations and sets FxRobot.targetPos(Pos) to Pos.CENTER.
FxRobotContext - Class in org.testfx.api
Stores the robot implementations, the window and node finders, position calculators, and capture support for FxRobot.
FxRobotContext() - Constructor for class org.testfx.api.FxRobotContext
 
FxRobotException - Exception in org.testfx.api
 
FxRobotException(String) - Constructor for exception org.testfx.api.FxRobotException
 
FxRobotInterface - Interface in org.testfx.api
Wrapper-like interface that makes it easier to chain together multiple robot methods while adding a number of convenience methods, such as finding a given node, scene or window via a PointQuery, a Predicate, or a Matcher.
FxService - Class in org.testfx.api
Wrapper class that holds a static FxServiceContext via FxService.serviceContext() that is lazily created.
FxServiceContext - Class in org.testfx.api
Stores the following objects: a WindowFinder a NodeFinder a BaseRobot CaptureSupport and WaitUntilSupport
FxServiceContext() - Constructor for class org.testfx.api.FxServiceContext
 
FxToolkit - Class in org.testfx.api
Responsible for setup and cleanup of JavaFX fixtures that need the JavaFX thread.
FxToolkitContext - Class in org.testfx.api
Stores the contextual information for FxToolkit: the PrimaryStageFuture the Application as a Class object the application's arguments the registered Stage the timeout limit for launching an application the timeout limit for setting up a component
FxToolkitContext() - Constructor for class org.testfx.api.FxToolkitContext
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
Copyright © 2013-2016 The TestFX Contributors. All rights reserved.