|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<JXBusyLabel.Direction>
org.jdesktop.swingx.JXBusyLabel.Direction
public static enum JXBusyLabel.Direction
Direction is used to set the initial direction in which the animation starts.
JXBusyLabel.setDirection(org.jdesktop.swingx.JXBusyLabel.Direction)
Enum Constant Summary | |
---|---|
LEFT
cycle proceeds backward |
|
RIGHT
cycle proceeds forward |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final JXBusyLabel.Direction RIGHT
public static final JXBusyLabel.Direction LEFT
Method Detail |
---|
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 name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |