public enum LoadIconType extends java.lang.Enum<LoadIconType> implements com.alee.api.IconSupport
| Enum Constant and Description |
|---|
arrows
Arrows loader.
|
circe
Circle loader.
|
facebook
Facebook loader.
|
indicator
Indicator loader.
|
none
Empty loader.
|
roller
Roller loader.
|
snake
Snake loader.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.Icon |
getIcon() |
static LoadIconType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoadIconType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadIconType circe
public static final LoadIconType facebook
public static final LoadIconType roller
public static final LoadIconType arrows
public static final LoadIconType indicator
public static final LoadIconType snake
public static final LoadIconType none
public static LoadIconType[] values()
for (LoadIconType c : LoadIconType.values()) System.out.println(c);
public static LoadIconType 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 nullpublic javax.swing.Icon getIcon()
getIcon in interface com.alee.api.IconSupport