public static enum PopupPanel.ResizerLocation extends Enum<PopupPanel.ResizerLocation>
Modifier and Type | Method and Description |
---|---|
static PopupPanel.ResizerLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PopupPanel.ResizerLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PopupPanel.ResizerLocation N
public static final PopupPanel.ResizerLocation E
public static final PopupPanel.ResizerLocation S
public static final PopupPanel.ResizerLocation W
public static final PopupPanel.ResizerLocation NE
public static final PopupPanel.ResizerLocation NW
public static final PopupPanel.ResizerLocation SE
public static final PopupPanel.ResizerLocation SW
public static PopupPanel.ResizerLocation[] values()
for (PopupPanel.ResizerLocation c : PopupPanel.ResizerLocation.values()) System.out.println(c);
public static PopupPanel.ResizerLocation 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 © 2015 JBoss by Red Hat. All Rights Reserved.