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 TypeClassDescriptionclass
Custom title pane forJRibbonFrame
running under Radiance look-and-feel.Methods in org.pushingpixels.radiance.component.internal.theming.ribbon.ui that return RadianceTitlePaneModifier and TypeMethodDescriptionprotected RadianceTitlePane
RadianceRibbonRootPaneUI.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 RadianceTitlePane
RadianceRootPaneUI.titlePane
JComponent
providing window decorations.Methods in org.pushingpixels.radiance.theming.internal.ui that return RadianceTitlePaneModifier and TypeMethodDescriptionprotected RadianceTitlePane
RadianceRootPaneUI.createTitlePane
(JRootPane root) Returns theJComponent
to render the window decoration style.Methods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceTitlePaneModifier and TypeMethodDescriptionprivate void
RadianceRootPaneUI.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.