Class RibbonGalleryPresentationModel.Builder
- java.lang.Object
-
- org.pushingpixels.flamingo.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.BuildersetPreferredPopupMaxCommandColumns(int preferredPopupMaxCommandColumns)RibbonGalleryPresentationModel.BuildersetPreferredPopupMaxVisibleCommandRows(int preferredPopupMaxVisibleCommandRows)RibbonGalleryPresentationModel.BuildersetPreferredVisibleCommandCounts(java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer> preferredVisibleCommandCounts)
-
-
-
Method Detail
-
setPreferredVisibleCommandCounts
public RibbonGalleryPresentationModel.Builder setPreferredVisibleCommandCounts(java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer> preferredVisibleCommandCounts)
-
setPreferredPopupMaxVisibleCommandRows
public RibbonGalleryPresentationModel.Builder setPreferredPopupMaxVisibleCommandRows(int preferredPopupMaxVisibleCommandRows)
-
setPreferredPopupMaxCommandColumns
public RibbonGalleryPresentationModel.Builder setPreferredPopupMaxCommandColumns(int preferredPopupMaxCommandColumns)
-
setCommandPresentationState
public RibbonGalleryPresentationModel.Builder setCommandPresentationState(CommandButtonPresentationState commandPresentationState)
-
setExpandKeyTip
public RibbonGalleryPresentationModel.Builder setExpandKeyTip(java.lang.String expandKeyTip)
-
build
public RibbonGalleryPresentationModel build()
-
-