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).
|
MIDDLING
Middeling child compoennt, will jostle for position with the title text
subclasses are responsible for the placement
|
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 final SubstanceTitlePane.ExtraComponentKind MIDDLING
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