NodeFinder.from(Node...) and returns itself for method chaining.NodeFinder.from(Collection) and returns itself for method chaining.NodeFinder.from(NodeQuery) and returns itself for method chaining.NodeQuery that stores the given parentNodesNodeQuery that stores the given parentNodes collection.NodeQuery that stores all the parentNodes from the given nodeQuery (essentially,
it creates a copy/clone).parentNodes within this NodeQuery.parentNodes within this NodeQuery.NodeFinder.fromAll() and returns itself for method chaining.NodeQuery that stores all the root nodes of all windows via
WindowFinder.listTargetWindows()FxAssert.verifyThat(Node, Matcher, Function) when writing tests,
so that the developer can use DebugUtils to provide additional info
as to why a test failed.FxAssert:
a NodeFinder, which defaults to FxServiceContext.getNodeFinder()
a CaptureSupport, which defaults to FxServiceContext.getCaptureSupport()
FxRobot.targetPos(Pos) to Pos.CENTER.FxRobot.PointQuery, a Predicate,
or a Matcher.FxServiceContext via FxService.serviceContext() that is lazily created.FxToolkit:
the primary stage future
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