| Interface | Description |
|---|---|
| ApplicationLauncher |
Interface that configures a few necessary System properties before launching an application with
its' given parameters.
|
| ApplicationService |
Helper interface whose methods' returned
Future objects' Future.get() method either indicates
when an Application's init, start, or stop methods are finished or returns the created application. |
| ToolkitService |
Interface that handles setting up an
Application, Stage, Scene, or rootNode
and application cleanup on the JavaFX Application Thread. |
| Class | Description |
|---|---|
| PrimaryStageApplication |
The main application used during tests when a developer is not testing his/her own subclass of
Application. |