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 JRibbonGalleryBasicRibbonGalleryUI.ribbonGalleryThe 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_LISTEmpty list of galleries.private Map<JRibbonBand.PresentationPriority, List<JRibbonGallery>> JBandControlPanel.ControlPanelGroup.ribbonGalleriesMapping from priority to galleries.JBandControlPanel.ControlPanelGroup.ribbonGalleriesPrioritiesMapping 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 fromthiscontrol panel.Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type JRibbonGalleryModifier and TypeMethodDescriptionvoidJBandControlPanel.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.