public static enum TitledCollapsiblePanel.Orientation extends Enum<TitledCollapsiblePanel.Orientation>
Modifier and Type | Method and Description |
---|---|
private String |
getBLConstraint() |
private org.jdesktop.swingx.JXCollapsiblePane.Direction |
getContentDirection() |
static TitledCollapsiblePanel.Orientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TitledCollapsiblePanel.Orientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TitledCollapsiblePanel.Orientation TOP
public static final TitledCollapsiblePanel.Orientation LEFT
public static final TitledCollapsiblePanel.Orientation RIGHT
public static final TitledCollapsiblePanel.Orientation BOTTOM
public static TitledCollapsiblePanel.Orientation[] values()
for (TitledCollapsiblePanel.Orientation c : TitledCollapsiblePanel.Orientation.values()) System.out.println(c);
public static TitledCollapsiblePanel.Orientation 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 nullprivate String getBLConstraint()
private org.jdesktop.swingx.JXCollapsiblePane.Direction getContentDirection()