Serializable, Comparable<JXBusyLabel.Direction>public static enum JXBusyLabel.Direction extends Enum<JXBusyLabel.Direction>
| Enum Constant | Description |
|---|---|
LEFT |
cycle proceeds backward
|
RIGHT |
cycle proceeds forward
|
| Modifier and Type | Method | Description |
|---|---|---|
static JXBusyLabel.Direction |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JXBusyLabel.Direction[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JXBusyLabel.Direction RIGHT
public static final JXBusyLabel.Direction LEFT
public static JXBusyLabel.Direction[] values()
for (JXBusyLabel.Direction c : JXBusyLabel.Direction.values()) System.out.println(c);
public static JXBusyLabel.Direction 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.