Uses of Class
org.pushingpixels.radiance.theming.internal.utils.RadianceTitlePane
-
Packages that use RadianceTitlePane Package Description org.pushingpixels.radiance.component.internal.theming.ribbon.ui org.pushingpixels.radiance.theming.internal.ui -
-
Uses of RadianceTitlePane in org.pushingpixels.radiance.component.internal.theming.ribbon.ui
Subclasses of RadianceTitlePane in org.pushingpixels.radiance.component.internal.theming.ribbon.ui Modifier and Type Class Description class
RadianceRibbonFrameTitlePane
Custom title pane forJRibbonFrame
running under Radiance look-and-feel.Methods in org.pushingpixels.radiance.component.internal.theming.ribbon.ui that return RadianceTitlePane Modifier and Type Method Description protected RadianceTitlePane
RadianceRibbonRootPaneUI. createTitlePane(javax.swing.JRootPane root)
-
Uses of RadianceTitlePane in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui declared as RadianceTitlePane Modifier and Type Field Description private RadianceTitlePane
RadianceRootPaneUI. titlePane
JComponent
providing window decorations.Methods in org.pushingpixels.radiance.theming.internal.ui that return RadianceTitlePane Modifier and Type Method Description protected RadianceTitlePane
RadianceRootPaneUI. createTitlePane(javax.swing.JRootPane root)
Returns theJComponent
to render the window decoration style.Methods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceTitlePane Modifier and Type Method Description private void
RadianceRootPaneUI. setTitlePane(javax.swing.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.
-