public static enum FXDialog.Style extends Enum<FXDialog.Style>
Modifier and Type | Method and Description |
---|---|
static FXDialog.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FXDialog.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FXDialog.Style INFO
public static final FXDialog.Style WARN
public static final FXDialog.Style ERROR
public static final FXDialog.Style QUESTION
public static FXDialog.Style[] values()
for (FXDialog.Style c : FXDialog.Style.values()) System.out.println(c);
public static FXDialog.Style 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 © 2010–2023 Francesco Kriegel. All rights reserved.