public static enum BorderLayoutPanel.Position extends Enum<BorderLayoutPanel.Position>
Enum Constant and Description |
---|
CENTER |
EAST |
FULL_EAST |
FULL_NORTH |
FULL_SOUTH |
FULL_WEST |
NORTH |
NORTH_EAST |
NORTH_WEST |
SOUTH |
SOUTH_EAST |
SOUTH_WEST |
WEST |
Modifier and Type | Method and Description |
---|---|
static BorderLayoutPanel.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderLayoutPanel.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BorderLayoutPanel.Position CENTER
public static final BorderLayoutPanel.Position NORTH
public static final BorderLayoutPanel.Position NORTH_WEST
public static final BorderLayoutPanel.Position WEST
public static final BorderLayoutPanel.Position SOUTH_WEST
public static final BorderLayoutPanel.Position SOUTH
public static final BorderLayoutPanel.Position SOUTH_EAST
public static final BorderLayoutPanel.Position EAST
public static final BorderLayoutPanel.Position NORTH_EAST
public static final BorderLayoutPanel.Position FULL_NORTH
public static final BorderLayoutPanel.Position FULL_SOUTH
public static final BorderLayoutPanel.Position FULL_WEST
public static final BorderLayoutPanel.Position FULL_EAST
public static BorderLayoutPanel.Position[] values()
for (BorderLayoutPanel.Position c : BorderLayoutPanel.Position.values()) System.out.println(c);
public static BorderLayoutPanel.Position 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 © 2018 Xalys. All rights reserved.