Uses of Class
javafx.application.Application
-
Packages that use Application 软件包 描述 javafx.application 提供应用程序生命周期类。 -
-
Uses of Application in javafx.application
Subclasses of Application in javafx.application Modifier and Type Class 描述 class
Preloader
扩展定义JavaFX应用程序的可选预加载器的类。Methods in javafx.application that return Application Modifier and Type 方法 描述 Application
Preloader.StateChangeNotification. getApplication()
返回与此通知关联的应用程序实例。Method parameters in javafx.application with type arguments of type Application Modifier and Type 方法 描述 static void
Application. launch(Class<? extends Application> appClass, String... args)
启动独立应用程序。Constructors in javafx.application with parameters of type Application Constructor 描述 StateChangeNotification(Preloader.StateChangeNotification.Type notificationType, Application application)
为指定的应用程序构造指定类型的StateChangeNotification。
-