| Interface | Description |
|---|---|
| Preloader.PreloaderNotification | Marker interface for all Preloader notification. |
| Class | Description |
|---|---|
| Application | Application class from which JavaFX applications extend. |
| Application.Parameters | Encapsulates the set of parameters for an application. |
| HostServices | This class provides HostServices for an Application. |
| Platform | Application platform support class. |
| Preloader | Class that is extended to define an optional preloader for a JavaFX Application. |
| Preloader.ErrorNotification | Preloader notification that reports an error. |
| Preloader.ProgressNotification | Preloader notification that reports progress. |
| Preloader.StateChangeNotification | A notification that signals a change in the application state. |
| Enum | Description |
|---|---|
| ConditionalFeature | Defines a set of conditional (optional) features. |
| Preloader.StateChangeNotification.Type | Enum that defines the type of change associated with this notification |
Package javafx.application Description
Provides the application life-cycle classes.
The Application class is the primary class from which JavaFX applications extend.
© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.