Uses of Enum Class
javafx.application.Preloader.StateChangeNotification.Type
-
Uses of Preloader.StateChangeNotification.Type in javafx.application
Modifier and TypeMethodDescriptionPreloader.StateChangeNotification.getType()
Returns the type of notification.Returns the enum constant of this class with the specified name.Preloader.StateChangeNotification.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionStateChangeNotification
(Preloader.StateChangeNotification.Type notificationType) Constructs a StateChangeNotification of the specified type.StateChangeNotification
(Preloader.StateChangeNotification.Type notificationType, Application application) Constructs an StateChangeNotification of the specified type for the specified application.