org.pushingpixels.flamingo.api.common
public static enum JCommandButtonStrip.StripOrientation extends Enum<JCommandButtonStrip.StripOrientation>
Enum Constant and Description |
---|
HORIZONTAL
Horizontal strip orientation.
|
VERTICAL
Vertical strip orientation.
|
Modifier and Type | Method and Description |
---|---|
static JCommandButtonStrip.StripOrientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCommandButtonStrip.StripOrientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCommandButtonStrip.StripOrientation HORIZONTAL
public static final JCommandButtonStrip.StripOrientation VERTICAL
public static JCommandButtonStrip.StripOrientation[] values()
for (JCommandButtonStrip.StripOrientation c : JCommandButtonStrip.StripOrientation.values()) System.out.println(c);
public static JCommandButtonStrip.StripOrientation 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 null