Uses of Class
org.pushingpixels.radiance.theming.internal.utils.RadianceTitlePane
Packages that use RadianceTitlePane
Package
Description
-
Uses of RadianceTitlePane in org.pushingpixels.radiance.component.internal.theming.ribbon.ui
Modifier and TypeClassDescriptionclassCustom title pane forJRibbonFramerunning under Radiance look-and-feel.Methods in org.pushingpixels.radiance.component.internal.theming.ribbon.ui that return RadianceTitlePaneModifier and TypeMethodDescriptionprotected RadianceTitlePaneRadianceRibbonRootPaneUI.createTitlePane(JRootPane root) -
Uses of RadianceTitlePane in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui declared as RadianceTitlePaneModifier and TypeFieldDescriptionprivate RadianceTitlePaneRadianceRootPaneUI.titlePaneJComponentproviding window decorations.Methods in org.pushingpixels.radiance.theming.internal.ui that return RadianceTitlePaneModifier and TypeMethodDescriptionprotected RadianceTitlePaneRadianceRootPaneUI.createTitlePane(JRootPane root) Returns theJComponentto render the window decoration style.Methods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceTitlePaneModifier and TypeMethodDescriptionprivate voidRadianceRootPaneUI.setTitlePane(JRootPane root, RadianceTitlePane titlePane) Sets the window title pane -- the JComponent used to provide a plaf a way to override the native operating system's window title pane with one whose look and feel are controlled by the plaf.