public static enum HoverButton.Size extends Enum<HoverButton.Size>
| Enum Constant and Description |
|---|
LARGE |
MEDIUM |
SMALL
Standard 16x16 button
|
| Modifier and Type | Method and Description |
|---|---|
static HoverButton.Size |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoverButton.Size[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HoverButton.Size SMALL
public static final HoverButton.Size MEDIUM
public static final HoverButton.Size LARGE
public static HoverButton.Size[] values()
for (HoverButton.Size c : HoverButton.Size.values()) System.out.println(c);
public static HoverButton.Size 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 etc.to. All rights reserved.