public static enum ButtonListPropertyView.ButtonListLayout extends Enum<ButtonListPropertyView.ButtonListLayout>
| Modifier and Type | Method and Description |
|---|---|
static ButtonListPropertyView.ButtonListLayout |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonListPropertyView.ButtonListLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ButtonListPropertyView.ButtonListLayout Y
public static final ButtonListPropertyView.ButtonListLayout X
public static final ButtonListPropertyView.ButtonListLayout Flow
public static final ButtonListPropertyView.ButtonListLayout Grid
public static ButtonListPropertyView.ButtonListLayout[] values()
for (ButtonListPropertyView.ButtonListLayout c : ButtonListPropertyView.ButtonListLayout.values()) System.out.println(c);
public static ButtonListPropertyView.ButtonListLayout 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 © 2021. All Rights Reserved.