Uses of Class
org.pushingpixels.radiance.component.internal.ui.ribbon.JRibbonGallery
-
Packages that use JRibbonGallery Package Description org.pushingpixels.radiance.component.internal.ui.ribbon -
-
Uses of JRibbonGallery in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as JRibbonGallery Modifier and Type Field Description protected JRibbonGallery
BasicRibbonGalleryUI. ribbonGallery
The associated ribbon gallery.Fields in org.pushingpixels.radiance.component.internal.ui.ribbon with type parameters of type JRibbonGallery Modifier and Type Field Description private static java.util.List<JRibbonGallery>
JBandControlPanel. EMPTY_RIBBON_GALLERIES_LIST
Empty list of galleries.private java.util.Map<JRibbonBand.PresentationPriority,java.util.List<JRibbonGallery>>
JBandControlPanel.ControlPanelGroup. ribbonGalleries
Mapping from priority to galleries.private java.util.Map<JRibbonGallery,JRibbonBand.PresentationPriority>
JBandControlPanel.ControlPanelGroup. ribbonGalleriesPriorities
Mapping from gallery to priority.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return types with arguments of type JRibbonGallery Modifier and Type Method Description java.util.List<JRibbonGallery>
JBandControlPanel.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 JRibbonGallery Modifier and Type Method Description void
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.
-