Class RadianceRibbonRootPaneUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.RootPaneUI
-
- javax.swing.plaf.basic.BasicRootPaneUI
-
- org.pushingpixels.radiance.theming.internal.ui.RadianceRootPaneUI
-
- org.pushingpixels.radiance.component.internal.theming.ribbon.ui.RadianceRibbonRootPaneUI
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
public class RadianceRibbonRootPaneUI extends RadianceRootPaneUI
UI delegate for root panes ofJRibbonFrame
under Radiance look-and-feel.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.pushingpixels.radiance.theming.internal.ui.RadianceRootPaneUI
RadianceRootPaneUI.RadianceRootLayout
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RadianceRibbonRootPaneUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RadianceTitlePane
createTitlePane(javax.swing.JRootPane root)
Returns theJComponent
to render the window decoration style.static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent c)
-
Methods inherited from class org.pushingpixels.radiance.theming.internal.ui.RadianceRootPaneUI
createLayoutManager, createTitlePaneControlButton, extendContentIntoTitlePane, getRootPane, getTitlePane, getTitlePaneControlInsets, hasCustomSkinOnAtLeastOneRootPane, installBorder, installComponents, installDefaults, installListeners, installUI, propertyChange, setPreferredTitlePaneHeight, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI, update
-
Methods inherited from class javax.swing.plaf.basic.BasicRootPaneUI
installKeyboardActions, uninstallKeyboardActions
-
-
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
-
createTitlePane
protected RadianceTitlePane createTitlePane(javax.swing.JRootPane root)
Description copied from class:RadianceRootPaneUI
Returns theJComponent
to render the window decoration style.- Overrides:
createTitlePane
in classRadianceRootPaneUI
- Parameters:
root
- Root pane.- Returns:
- The title pane component.
-
-