| パッケージ | 説明 |
|---|---|
| javafx.application |
アプリケーションのライフサイクル・クラスを提供します。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
Preloader.StateChangeNotification.Type |
Preloader.StateChangeNotification.getType()
通知のタイプを返します。
|
static Preloader.StateChangeNotification.Type |
Preloader.StateChangeNotification.Type.valueOf(String name)
指定された名前を持つ、この型の列挙型定数を返します。
|
static Preloader.StateChangeNotification.Type[] |
Preloader.StateChangeNotification.Type.values()
この列挙型の定数を含む配列を、宣言されている順序で返します。
|
| コンストラクタと説明 |
|---|
StateChangeNotification(Preloader.StateChangeNotification.Type notificationType)
指定したタイプのStateChangeNotificationを構築します。
|
StateChangeNotification(Preloader.StateChangeNotification.Type notificationType, Application application)
指定したアプリケーションの指定の型のStateChangeNotificationを構築します。
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.