org.pushingpixels.flamingo.api.common
public static enum JCommandButton.CommandButtonPopupOrientationKind extends Enum<JCommandButton.CommandButtonPopupOrientationKind>
Enum Constant and Description |
---|
DOWNWARD
Indicates that the popup should be displayed below the button.
|
SIDEWARD
Indicates that the popup should be displayed to the side of the
button.
|
Modifier and Type | Method and Description |
---|---|
static JCommandButton.CommandButtonPopupOrientationKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JCommandButton.CommandButtonPopupOrientationKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JCommandButton.CommandButtonPopupOrientationKind DOWNWARD
public static final JCommandButton.CommandButtonPopupOrientationKind SIDEWARD
public static JCommandButton.CommandButtonPopupOrientationKind[] values()
for (JCommandButton.CommandButtonPopupOrientationKind c : JCommandButton.CommandButtonPopupOrientationKind.values()) System.out.println(c);
public static JCommandButton.CommandButtonPopupOrientationKind 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