Uses of Class
javafx.application.Application
-
Uses of Application in javafx.application
Modifier and TypeClassDescriptionclass
Class that is extended to define an optional preloader for a JavaFX Application.Modifier and TypeMethodDescriptionPreloader.StateChangeNotification.getApplication()
Returns the Application instance associated with this notification.Modifier and TypeMethodDescriptionstatic void
Application.launch
(Class<? extends Application> appClass, String... args) Launch a standalone application.ModifierConstructorDescriptionStateChangeNotification
(Preloader.StateChangeNotification.Type notificationType, Application application) Constructs an StateChangeNotification of the specified type for the specified application.