public static enum CustomStageController.StageComponent extends Enum<CustomStageController.StageComponent>
| Enum Constant and Description |
|---|
BUTTON_COLOR |
BUTTON_HOVER_COLOR |
TITLE_TEXT_FILL |
WINDOW_COLOR |
| Modifier and Type | Method and Description |
|---|---|
static CustomStageController.StageComponent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomStageController.StageComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomStageController.StageComponent TITLE_TEXT_FILL
public static final CustomStageController.StageComponent WINDOW_COLOR
public static final CustomStageController.StageComponent BUTTON_HOVER_COLOR
public static final CustomStageController.StageComponent BUTTON_COLOR
public static CustomStageController.StageComponent[] values()
for (CustomStageController.StageComponent c : CustomStageController.StageComponent.values()) System.out.println(c);
public static CustomStageController.StageComponent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.