org.jvnet.substance.utils
protected static enum SubstanceTitlePane.ExtraComponentKind extends java.lang.Enum<SubstanceTitlePane.ExtraComponentKind>
Enum Constant and Description |
---|
LEADING
Leading child components (left on LTR and right on RTL).
|
TRAILING
Trailing child components (right on LTR and left on RTL).
|
Modifier and Type | Method and Description |
---|---|
static SubstanceTitlePane.ExtraComponentKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubstanceTitlePane.ExtraComponentKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubstanceTitlePane.ExtraComponentKind LEADING
public static final SubstanceTitlePane.ExtraComponentKind TRAILING
public static SubstanceTitlePane.ExtraComponentKind[] values()
for (SubstanceTitlePane.ExtraComponentKind c : SubstanceTitlePane.ExtraComponentKind.values()) System.out.println(c);
public static SubstanceTitlePane.ExtraComponentKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null