Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.VerticalGravity
-
Packages that use RadianceThemingSlices.VerticalGravity Package Description org.pushingpixels.radiance.theming.api org.pushingpixels.radiance.theming.internal.utils -
-
Uses of RadianceThemingSlices.VerticalGravity in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.VerticalGravity Modifier and Type Method Description static RadianceThemingSlices.VerticalGravity
RadianceThemingSlices.VerticalGravity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RadianceThemingSlices.VerticalGravity[]
RadianceThemingSlices.VerticalGravity. 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.VerticalGravity Modifier and Type Method Description static void
RadianceThemingCortex.WindowScope. extendContentIntoTitlePane(java.awt.Window window, RadianceThemingSlices.HorizontalGravity controlButtonGroupHorizontalGravity, RadianceThemingSlices.VerticalGravity controlButtonGroupVerticalGravity)
Marks the specified window to have its content extend vertically into the title pane area. -
Uses of RadianceThemingSlices.VerticalGravity in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceThemingSlices.VerticalGravity Modifier and Type Method Description static RadianceThemingSlices.VerticalGravity
RadianceTitlePaneUtilities. getTitleControlButtonGroupVerticalGravity(javax.swing.JRootPane rootPane)
-