public static enum MainWindowUI.StatusBarMode extends java.lang.Enum<MainWindowUI.StatusBarMode>
Enum Constant and Description |
---|
DEFAULT |
PERCENTAGE |
Modifier and Type | Method and Description |
---|---|
static MainWindowUI.StatusBarMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MainWindowUI.StatusBarMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MainWindowUI.StatusBarMode DEFAULT
public static final MainWindowUI.StatusBarMode PERCENTAGE
public static MainWindowUI.StatusBarMode[] values()
for (MainWindowUI.StatusBarMode c : MainWindowUI.StatusBarMode.values()) System.out.println(c);
public static MainWindowUI.StatusBarMode 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 null