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 classRadianceRibbonFrameTitlePaneCustom title pane forJRibbonFramerunning under Radiance look-and-feel.Methods in org.pushingpixels.radiance.component.internal.theming.ribbon.ui that return RadianceTitlePane Modifier and Type Method Description protected RadianceTitlePaneRadianceRibbonRootPaneUI. 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 RadianceTitlePaneRadianceRootPaneUI. titlePaneJComponentproviding window decorations.Methods in org.pushingpixels.radiance.theming.internal.ui that return RadianceTitlePane Modifier and Type Method Description protected RadianceTitlePaneRadianceRootPaneUI. createTitlePane(javax.swing.JRootPane root)Returns theJComponentto render the window decoration style.Methods in org.pushingpixels.radiance.theming.internal.ui with parameters of type RadianceTitlePane Modifier and Type Method Description private voidRadianceRootPaneUI. 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.
-