public enum DatabaseButton extends java.lang.Enum<DatabaseButton>
| Enum Constant and Description |
|---|
SORT_DIRECTION_BUTTON |
| Modifier and Type | Method and Description |
|---|---|
IButtonTextureSet |
getDefaultTexture() |
java.util.List<java.lang.String> |
getTooltip(GuiDatabaseButton button) |
abstract void |
onPressed(GuiDatabaseButton button) |
void |
onValueChange(GuiDatabaseButton button) |
static DatabaseButton |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseButton[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseButton SORT_DIRECTION_BUTTON
public static DatabaseButton[] values()
for (DatabaseButton c : DatabaseButton.values()) System.out.println(c);
public static DatabaseButton 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 java.util.List<java.lang.String> getTooltip(GuiDatabaseButton button)
public IButtonTextureSet getDefaultTexture()
public void onValueChange(GuiDatabaseButton button)
public abstract void onPressed(GuiDatabaseButton button)