Class RibbonGalleryPresentationModel.Builder
java.lang.Object
org.pushingpixels.radiance.component.api.ribbon.model.RibbonGalleryPresentationModel.Builder
- Enclosing class:
RibbonGalleryPresentationModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CommandButtonPresentationState
private String
private MenuPopupPanelLayoutSpec
private Map
<JRibbonBand.PresentationPriority, Integer> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
setCommandPresentationState
(CommandButtonPresentationState commandPresentationState) setExpandKeyTip
(String expandKeyTip) setPopupLayoutSpec
(MenuPopupPanelLayoutSpec popupLayoutSpec) setPreferredVisibleCommandCounts
(Map<JRibbonBand.PresentationPriority, Integer> preferredVisibleCommandCounts)
-
Field Details
-
preferredVisibleCommandCounts
-
popupLayoutSpec
-
commandPresentationState
-
expandKeyTip
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setPopupLayoutSpec
public RibbonGalleryPresentationModel.Builder setPopupLayoutSpec(MenuPopupPanelLayoutSpec popupLayoutSpec) -
setPreferredVisibleCommandCounts
public RibbonGalleryPresentationModel.Builder setPreferredVisibleCommandCounts(Map<JRibbonBand.PresentationPriority, Integer> preferredVisibleCommandCounts) -
setCommandPresentationState
public RibbonGalleryPresentationModel.Builder setCommandPresentationState(CommandButtonPresentationState commandPresentationState) -
setExpandKeyTip
-
build
-