Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.SeparatorAppearance
-
Packages that use RadianceThemingSlices.SeparatorAppearance Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.internal.utils -
-
Uses of RadianceThemingSlices.SeparatorAppearance in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.SeparatorAppearance Modifier and Type Method Description static RadianceThemingSlices.SeparatorAppearance
RadianceThemingSlices.SeparatorAppearance. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RadianceThemingSlices.SeparatorAppearance[]
RadianceThemingSlices.SeparatorAppearance. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceThemingSlices.SeparatorAppearance Modifier and Type Method Description static void
RadianceThemingCortex.ComponentScope. setSeparatorAppearance(javax.swing.JSeparator separator, RadianceThemingSlices.SeparatorAppearance appearance)
Specifies the appearance of the specified separator. -
Uses of RadianceThemingSlices.SeparatorAppearance in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceThemingSlices.SeparatorAppearance Modifier and Type Method Description static RadianceThemingSlices.SeparatorAppearance
RadianceCoreUtilities. getSeparatorAppearance(javax.swing.JSeparator separator)
Returns the appearance for the specified separator.
-