Uses of Class
org.pushingpixels.radiance.theming.api.RadianceThemingSlices.BackgroundAppearanceStrategy
-
-
Uses of RadianceThemingSlices.BackgroundAppearanceStrategy in org.pushingpixels.radiance.component.api.common.model
Methods in org.pushingpixels.radiance.component.api.common.model that return RadianceThemingSlices.BackgroundAppearanceStrategy Modifier and Type Method Description RadianceThemingSlices.BackgroundAppearanceStrategy
BaseCommandButtonPresentationModel. getBackgroundAppearanceStrategy()
RadianceThemingSlices.BackgroundAppearanceStrategy
BaseCommandButtonPresentationModel.Overlay. getBackgroundAppearanceStrategy()
RadianceThemingSlices.BackgroundAppearanceStrategy
CommandPanelPresentationModel. getBackgroundAppearanceStrategy()
RadianceThemingSlices.BackgroundAppearanceStrategy
CommandPopupMenuPanelPresentationModel. getBackgroundAppearanceStrategy()
RadianceThemingSlices.BackgroundAppearanceStrategy
CommandStripPresentationModel. getBackgroundAppearanceStrategy()
-
Uses of RadianceThemingSlices.BackgroundAppearanceStrategy in org.pushingpixels.radiance.component.api.ribbon.synapse.model
Fields in org.pushingpixels.radiance.component.api.ribbon.synapse.model declared as RadianceThemingSlices.BackgroundAppearanceStrategy Modifier and Type Field Description private RadianceThemingSlices.BackgroundAppearanceStrategy
ComponentPresentationModel. backgroundAppearanceStrategy
private RadianceThemingSlices.BackgroundAppearanceStrategy
ComponentPresentationModel.Builder. backgroundAppearanceStrategy
Methods in org.pushingpixels.radiance.component.api.ribbon.synapse.model that return RadianceThemingSlices.BackgroundAppearanceStrategy Modifier and Type Method Description RadianceThemingSlices.BackgroundAppearanceStrategy
ComponentPresentationModel. getBackgroundAppearanceStrategy()
Methods in org.pushingpixels.radiance.component.api.ribbon.synapse.model with parameters of type RadianceThemingSlices.BackgroundAppearanceStrategy Modifier and Type Method Description ComponentPresentationModel.Builder
ComponentPresentationModel.Builder. setBackgroundAppearanceStrategy(RadianceThemingSlices.BackgroundAppearanceStrategy backgroundAppearanceStrategy)
-
Uses of RadianceThemingSlices.BackgroundAppearanceStrategy in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as RadianceThemingSlices.BackgroundAppearanceStrategy Modifier and Type Field Description protected RadianceThemingSlices.BackgroundAppearanceStrategy
BasicCommandButtonUI. backgroundAppearanceStrategy
-
Uses of RadianceThemingSlices.BackgroundAppearanceStrategy in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return RadianceThemingSlices.BackgroundAppearanceStrategy Modifier and Type Method Description static RadianceThemingSlices.BackgroundAppearanceStrategy
RadianceThemingSlices.BackgroundAppearanceStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RadianceThemingSlices.BackgroundAppearanceStrategy[]
RadianceThemingSlices.BackgroundAppearanceStrategy. 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.BackgroundAppearanceStrategy Modifier and Type Method Description static void
RadianceThemingCortex.ComponentOrParentScope. setBackgroundAppearanceStrategy(javax.swing.JComponent comp, RadianceThemingSlices.BackgroundAppearanceStrategy backgroundAppearanceStrategy)
Specifies when the specific component or its immediate children should draw their background.static void
RadianceThemingCortex.GlobalScope. setBackgroundAppearanceStrategy(RadianceThemingSlices.BackgroundAppearanceStrategy backgroundAppearanceStrategy)
Specifies when components should draw their background.
-