Enum RadianceTitlePaneUtilities.ExtraComponentKind
java.lang.Object
java.lang.Enum<RadianceTitlePaneUtilities.ExtraComponentKind>
org.pushingpixels.radiance.theming.internal.utils.RadianceTitlePaneUtilities.ExtraComponentKind
- All Implemented Interfaces:
Serializable
,Comparable<RadianceTitlePaneUtilities.ExtraComponentKind>
,java.lang.constant.Constable
- Enclosing class:
RadianceTitlePaneUtilities
public static enum RadianceTitlePaneUtilities.ExtraComponentKind
extends Enum<RadianceTitlePaneUtilities.ExtraComponentKind>
Enumerates the types of children components of title panes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLeading child components (left on LTR and right on RTL).Trailing child components (right on LTR and left on RTL).Child components anchored to the title. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LEADING
Leading child components (left on LTR and right on RTL). -
TRAILING
Trailing child components (right on LTR and left on RTL). -
WITH_TITLE
Child components anchored to the title.
-
-
Constructor Details
-
ExtraComponentKind
private ExtraComponentKind()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-