Class RadianceRibbonGalleryUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- org.pushingpixels.radiance.component.internal.ui.ribbon.RibbonGalleryUI
-
- org.pushingpixels.radiance.component.internal.ui.ribbon.BasicRibbonGalleryUI
-
- org.pushingpixels.radiance.component.internal.theming.ribbon.ui.RadianceRibbonGalleryUI
-
public class RadianceRibbonGalleryUI extends BasicRibbonGalleryUI
UI delegate forJRibbonGallerycomponent under Radiance look-and-feel.
-
-
Field Summary
-
Fields inherited from class org.pushingpixels.radiance.component.internal.ui.ribbon.BasicRibbonGalleryUI
margin, RIBBON_GALLERY_EXPAND_BUTTON, ribbonGallery
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRadianceRibbonGalleryUI()Creates new UI delegate.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent comp)protected voidpaintRibbonGalleryBorder(java.awt.Graphics graphics)Paints ribbon gallery border.voidupdate(java.awt.Graphics g, javax.swing.JComponent c)-
Methods inherited from class org.pushingpixels.radiance.component.internal.ui.ribbon.BasicRibbonGalleryUI
createLayoutManager, getLayoutGap, getPreferredWidth, installComponents, installDefaults, installListeners, installUI, paint, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUI
-
-
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent comp)
-
paintRibbonGalleryBorder
protected void paintRibbonGalleryBorder(java.awt.Graphics graphics)
Description copied from class:BasicRibbonGalleryUIPaints ribbon gallery border.- Specified by:
paintRibbonGalleryBorderin classBasicRibbonGalleryUI- Parameters:
graphics- Graphics context.
-
update
public void update(java.awt.Graphics g, javax.swing.JComponent c)- Overrides:
updatein classjavax.swing.plaf.ComponentUI
-
-