public enum ProgressDialogStyle extends Enum<ProgressDialogStyle>
| Enum Constant and Description |
|---|
Determinate |
Indeterminate |
Text |
| Modifier and Type | Method and Description |
|---|---|
static ProgressDialogStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressDialogStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProgressDialogStyle Indeterminate
public static final ProgressDialogStyle Determinate
public static final ProgressDialogStyle Text
public static ProgressDialogStyle[] values()
for (ProgressDialogStyle c : ProgressDialogStyle.values()) System.out.println(c);
public static ProgressDialogStyle 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 © 2015-2016 RoboVM AB. All Rights Reserved.