public static enum LoadingStage.StateNotification extends java.lang.Enum<LoadingStage.StateNotification> implements javafx.application.Preloader.PreloaderNotification, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
static LoadingStage.StateNotification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoadingStage.StateNotification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadingStage.StateNotification SHOW
public static final LoadingStage.StateNotification HIDE
public static final LoadingStage.StateNotification DISPOSE
public static LoadingStage.StateNotification[] values()
for (LoadingStage.StateNotification c : LoadingStage.StateNotification.values()) System.out.println(c);
public static LoadingStage.StateNotification valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Anahata. All Rights Reserved.