Class RibbonGalleryPresentationModel.Builder
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.ribbon.model.RibbonGalleryPresentationModel.Builder
-
- Enclosing class:
- RibbonGalleryPresentationModel
public static class RibbonGalleryPresentationModel.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RibbonGalleryPresentationModelbuild()RibbonGalleryPresentationModel.BuildersetCommandPresentationState(CommandButtonPresentationState commandPresentationState)RibbonGalleryPresentationModel.BuildersetExpandKeyTip(java.lang.String expandKeyTip)RibbonGalleryPresentationModel.BuildersetPopupLayoutSpec(MenuPopupPanelLayoutSpec popupLayoutSpec)RibbonGalleryPresentationModel.BuildersetPreferredVisibleCommandCounts(java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer> preferredVisibleCommandCounts)
-
-
-
Method Detail
-
setPopupLayoutSpec
public RibbonGalleryPresentationModel.Builder setPopupLayoutSpec(MenuPopupPanelLayoutSpec popupLayoutSpec)
-
setPreferredVisibleCommandCounts
public RibbonGalleryPresentationModel.Builder setPreferredVisibleCommandCounts(java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer> preferredVisibleCommandCounts)
-
setCommandPresentationState
public RibbonGalleryPresentationModel.Builder setCommandPresentationState(CommandButtonPresentationState commandPresentationState)
-
setExpandKeyTip
public RibbonGalleryPresentationModel.Builder setExpandKeyTip(java.lang.String expandKeyTip)
-
build
public RibbonGalleryPresentationModel build()
-
-