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 JRibbonGalleryBasicRibbonGalleryUI. ribbonGalleryThe 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_LISTEmpty list of galleries.private java.util.Map<JRibbonBand.PresentationPriority,java.util.List<JRibbonGallery>>JBandControlPanel.ControlPanelGroup. ribbonGalleriesMapping from priority to galleries.private java.util.Map<JRibbonGallery,JRibbonBand.PresentationPriority>JBandControlPanel.ControlPanelGroup. ribbonGalleriesPrioritiesMapping 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 fromthiscontrol panel.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type JRibbonGallery Modifier and Type Method Description voidJBandControlPanel. addRibbonGallery(JRibbonGallery ribbonGallery, JRibbonBand.PresentationPriority priority)Adds a new in-ribbon gallery tothiscontrol panel.voidJBandControlPanel.ControlPanelGroup. addRibbonGallery(JRibbonGallery ribbonGallery, JRibbonBand.PresentationPriority priority)Adds a new in-ribbon gallery tothiscontrol panel.
-