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
UI delegate for
JRibbonGallery component under Radiance look-and-feel.- Author:
- Kirill Grouchnikov
-
Field Summary
Fields inherited from class BasicRibbonGalleryUI
margin, RIBBON_GALLERY_EXPAND_BUTTON, ribbonGallery -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIcreateUI(JComponent comp) protected voidpaintRibbonGalleryBorder(Graphics graphics) Paints ribbon gallery border.voidupdate(Graphics g, JComponent c) Methods inherited from class BasicRibbonGalleryUI
createLayoutManager, getLayoutGap, getPreferredWidth, installComponents, installDefaults, installListeners, installUI, paint, uninstallComponents, uninstallDefaults, uninstallListeners, uninstallUIMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize
-
Method Details
-
createUI
-
paintRibbonGalleryBorder
Description copied from class:BasicRibbonGalleryUIPaints ribbon gallery border.- Specified by:
paintRibbonGalleryBorderin classBasicRibbonGalleryUI- Parameters:
graphics- Graphics context.
-
update
- Overrides:
updatein classComponentUI
-