Uses of Enum Class
javafx.application.Preloader.StateChangeNotification.Type
Packages that use Preloader.StateChangeNotification.Type
-
Uses of Preloader.StateChangeNotification.Type in javafx.application
Subclasses with type arguments of type Preloader.StateChangeNotification.Type in javafx.applicationModifier and TypeClassDescriptionstatic enum
Enum that defines the type of change associated with this notificationMethods in javafx.application that return Preloader.StateChangeNotification.TypeModifier 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.Constructors in javafx.application with parameters of type Preloader.StateChangeNotification.TypeModifierConstructorDescriptionStateChangeNotification
(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.