public static enum EPTabPainter.CloseButtonLocation extends Enum<EPTabPainter.CloseButtonLocation>
Modifier and Type | Method and Description |
---|---|
static EPTabPainter.CloseButtonLocation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPTabPainter.CloseButtonLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPTabPainter.CloseButtonLocation LEFT
public static final EPTabPainter.CloseButtonLocation RIGHT
public static EPTabPainter.CloseButtonLocation[] values()
for (EPTabPainter.CloseButtonLocation c : EPTabPainter.CloseButtonLocation.values()) System.out.println(c);
public static EPTabPainter.CloseButtonLocation 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