public static enum StageAppearanceManager.AppearanceOptions extends java.lang.Enum<StageAppearanceManager.AppearanceOptions>
Stage should be affected| Enum Constant and Description |
|---|
SET_ALL
Indicates that all appearance changes should be applied
|
SET_ICON
Indicates that the icon should be changed.
|
SET_NONE
Indicates that no appearance changes should be applied
|
SET_THEME
Indicates that the theme should be changed.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static StageAppearanceManager.AppearanceOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StageAppearanceManager.AppearanceOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StageAppearanceManager.AppearanceOptions SET_NONE
public static final StageAppearanceManager.AppearanceOptions SET_ICON
public static final StageAppearanceManager.AppearanceOptions SET_THEME
public static final StageAppearanceManager.AppearanceOptions SET_ALL
public static StageAppearanceManager.AppearanceOptions[] values()
for (StageAppearanceManager.AppearanceOptions c : StageAppearanceManager.AppearanceOptions.values()) System.out.println(c);
public static StageAppearanceManager.AppearanceOptions 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 nullpublic long getValue()
Copyright © 2018 Frederic Thevenet. All rights reserved.