Uses of Class
org.pushingpixels.radiance.component.internal.ui.ribbon.RibbonGalleryUI
-
Packages that use RibbonGalleryUI Package Description org.pushingpixels.radiance.component.internal.theming.ribbon.ui org.pushingpixels.radiance.component.internal.ui.ribbon -
-
Uses of RibbonGalleryUI in org.pushingpixels.radiance.component.internal.theming.ribbon.ui
Subclasses of RibbonGalleryUI in org.pushingpixels.radiance.component.internal.theming.ribbon.ui Modifier and Type Class Description class
RadianceRibbonGalleryUI
UI delegate forJRibbonGallery
component under Radiance look-and-feel. -
Uses of RibbonGalleryUI in org.pushingpixels.radiance.component.internal.ui.ribbon
Subclasses of RibbonGalleryUI in org.pushingpixels.radiance.component.internal.ui.ribbon Modifier and Type Class Description class
BasicRibbonGalleryUI
Basic UI for ribbon galleryJRibbonGallery
.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return RibbonGalleryUI Modifier and Type Method Description RibbonGalleryUI
JRibbonGallery. getUI()
Returns the UI delegate for this component.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type RibbonGalleryUI Modifier and Type Method Description void
JRibbonGallery. setUI(RibbonGalleryUI ui)
Sets the new UI delegate.
-