Uses of Class
javafx.application.Preloader.StateChangeNotification.Type
-
Packages that use Preloader.StateChangeNotification.Type 软件包 描述 javafx.application 提供应用程序生命周期类。 -
-
Uses of Preloader.StateChangeNotification.Type in javafx.application
Methods in javafx.application that return Preloader.StateChangeNotification.Type Modifier and Type 方法 描述 Preloader.StateChangeNotification.Type
Preloader.StateChangeNotification. getType()
返回通知的类型。static Preloader.StateChangeNotification.Type
Preloader.StateChangeNotification.Type. valueOf(String name)
以指定的名称返回此类型的枚举常量。static Preloader.StateChangeNotification.Type[]
Preloader.StateChangeNotification.Type. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Constructors in javafx.application with parameters of type Preloader.StateChangeNotification.Type Constructor 描述 StateChangeNotification(Preloader.StateChangeNotification.Type notificationType)
构造指定类型的StateChangeNotification。StateChangeNotification(Preloader.StateChangeNotification.Type notificationType, Application application)
为指定的应用程序构造指定类型的StateChangeNotification。
-