Uses of Package
org.testfx.toolkit
-
Packages that use org.testfx.toolkit Package Description org.testfx.api org.testfx.toolkit.impl -
Classes in org.testfx.toolkit used by org.testfx.api Class Description ApplicationLauncher Interface that configures a few necessary System properties before launching an application with its' given parameters.ApplicationService Helper interface whose methods' returnedFuture
objects'Future.get()
method either indicates when anApplication
's init, start, or stop methods are finished or returns the created application.ToolkitService Interface that handles setting up anApplication
,Stage
,Scene
, orrootNode
and application cleanup on theJavaFX Application Thread
. -
Classes in org.testfx.toolkit used by org.testfx.toolkit.impl Class Description ApplicationLauncher Interface that configures a few necessary System properties before launching an application with its' given parameters.ApplicationService Helper interface whose methods' returnedFuture
objects'Future.get()
method either indicates when anApplication
's init, start, or stop methods are finished or returns the created application.ToolkitService Interface that handles setting up anApplication
,Stage
,Scene
, orrootNode
and application cleanup on theJavaFX Application Thread
.