public static enum JXLoginPane.Status extends Enum<JXLoginPane.Status>
| Enum Constant and Description |
|---|
CANCELLED |
FAILED |
IN_PROGRESS |
NOT_STARTED |
SUCCEEDED |
| Modifier and Type | Method and Description |
|---|---|
static JXLoginPane.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JXLoginPane.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JXLoginPane.Status NOT_STARTED
public static final JXLoginPane.Status IN_PROGRESS
public static final JXLoginPane.Status FAILED
public static final JXLoginPane.Status CANCELLED
public static final JXLoginPane.Status SUCCEEDED
public static JXLoginPane.Status[] values()
for (JXLoginPane.Status c : JXLoginPane.Status.values()) System.out.println(c);
public static JXLoginPane.Status 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 © 2017. All Rights Reserved.