public static enum BoxLayoutContainer.AxisEnum extends java.lang.Enum<BoxLayoutContainer.AxisEnum>
| Enum Constant and Description |
|---|
Horizontal |
Vertical |
| Modifier and Type | Method and Description |
|---|---|
static BoxLayoutContainer.AxisEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BoxLayoutContainer.AxisEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxLayoutContainer.AxisEnum Horizontal
public static final BoxLayoutContainer.AxisEnum Vertical
public static BoxLayoutContainer.AxisEnum[] values()
for (BoxLayoutContainer.AxisEnum c : BoxLayoutContainer.AxisEnum.values()) System.out.println(c);
public static BoxLayoutContainer.AxisEnum 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 nullCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.