Uses of Class
org.pushingpixels.radiance.component.internal.ui.ribbon.JRibbonGallery
Packages that use JRibbonGallery
-
Uses of JRibbonGallery in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as JRibbonGalleryModifier and TypeFieldDescriptionprotected JRibbonGallery
BasicRibbonGalleryUI.ribbonGallery
The associated ribbon gallery.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type JRibbonGalleryModifier and TypeFieldDescriptionprivate static final List
<JRibbonGallery> JBandControlPanel.EMPTY_RIBBON_GALLERIES_LIST
Empty list of galleries.JBandControlPanel.ControlPanelGroup.ribbonGalleries
Mapping from priority to galleries.JBandControlPanel.ControlPanelGroup.ribbonGalleriesPriorities
Mapping from gallery to priority.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return types with arguments of type JRibbonGalleryModifier and TypeMethodDescriptionJBandControlPanel.ControlPanelGroup.getRibbonGalleries
(JRibbonBand.PresentationPriority priority) Retrieves all in-ribbon galleries of specified priority fromthis
control panel.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type JRibbonGalleryModifier and TypeMethodDescriptionvoid
JBandControlPanel.addRibbonGallery
(JRibbonGallery ribbonGallery, JRibbonBand.PresentationPriority priority) Adds a new in-ribbon gallery tothis
control panel.void
JBandControlPanel.ControlPanelGroup.addRibbonGallery
(JRibbonGallery ribbonGallery, JRibbonBand.PresentationPriority priority) Adds a new in-ribbon gallery tothis
control panel.