Uses of Class
org.pushingpixels.radiance.component.api.ribbon.projection.RibbonGalleryProjection
-
Packages that use RibbonGalleryProjection Package Description org.pushingpixels.radiance.component.api.ribbon org.pushingpixels.radiance.component.internal.ui.ribbon -
-
Uses of RibbonGalleryProjection in org.pushingpixels.radiance.component.api.ribbon
Fields in org.pushingpixels.radiance.component.api.ribbon declared as RibbonGalleryProjection Modifier and Type Field Description private RibbonGalleryProjection
JRibbon.TaskbarGalleryDropdownHandler. galleryProjection
Methods in org.pushingpixels.radiance.component.api.ribbon with parameters of type RibbonGalleryProjection Modifier and Type Method Description void
JRibbonBand. addRibbonGallery(RibbonGalleryProjection galleryProjection, JRibbonBand.PresentationPriority priority)
void
JRibbon. addTaskbarGalleryDropdown(RibbonGalleryProjection galleryProjection)
CommandMenuContentModel
JRibbon.OnShowContextualMenuListener. getContextualMenuContentModel(JRibbon ribbon, RibbonGalleryProjection galleryProjection)
Constructors in org.pushingpixels.radiance.component.api.ribbon with parameters of type RibbonGalleryProjection Constructor Description TaskbarGalleryDropdownHandler(RibbonGalleryProjection galleryProjection)
-
Uses of RibbonGalleryProjection in org.pushingpixels.radiance.component.internal.ui.ribbon
Fields in org.pushingpixels.radiance.component.internal.ui.ribbon declared as RibbonGalleryProjection Modifier and Type Field Description private RibbonGalleryProjection
JRibbonGallery. galleryProjection
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon that return RibbonGalleryProjection Modifier and Type Method Description RibbonGalleryProjection
JRibbonGallery. getProjection()
Methods in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type RibbonGalleryProjection Modifier and Type Method Description static CommandMenuContentModel
JRibbonGallery. getExpandPopupMenuContentModel(RibbonGalleryProjection galleryProjection)
static CommandPopupMenuPanelProjection
JRibbonGallery. getExpandPopupMenuPanelProjection(RibbonGalleryProjection galleryProjection)
static CommandPopupMenuPresentationModel
JRibbonGallery. getExpandPopupMenuPresentationModel(RibbonGalleryProjection galleryProjection)
Constructors in org.pushingpixels.radiance.component.internal.ui.ribbon with parameters of type RibbonGalleryProjection Constructor Description JRibbonGallery(RibbonGalleryProjection galleryProjection)
-