Class RibbonGalleryPresentationModel
- java.lang.Object
-
- org.pushingpixels.radiance.component.api.ribbon.model.RibbonGalleryPresentationModel
-
- All Implemented Interfaces:
ImmutablePresentationModel,PresentationModel
public class RibbonGalleryPresentationModel extends java.lang.Object implements ImmutablePresentationModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRibbonGalleryPresentationModel.Builder
-
Field Summary
Fields Modifier and Type Field Description private CommandButtonPresentationStatecommandPresentationStateprivate java.lang.StringexpandKeyTipprivate MenuPopupPanelLayoutSpecpopupLayoutSpecprivate java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer>preferredVisibleCommandCounts
-
Constructor Summary
Constructors Modifier Constructor Description privateRibbonGalleryPresentationModel()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RibbonGalleryPresentationModel.Builderbuilder()CommandButtonPresentationStategetCommandPresentationState()java.lang.StringgetExpandKeyTip()MenuPopupPanelLayoutSpecgetPopupLayoutSpec()java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer>getPreferredVisibleCommandCounts()
-
-
-
Field Detail
-
preferredVisibleCommandCounts
private java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer> preferredVisibleCommandCounts
-
popupLayoutSpec
private MenuPopupPanelLayoutSpec popupLayoutSpec
-
commandPresentationState
private CommandButtonPresentationState commandPresentationState
-
expandKeyTip
private java.lang.String expandKeyTip
-
-
Method Detail
-
builder
public static RibbonGalleryPresentationModel.Builder builder()
-
getPreferredVisibleCommandCounts
public java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer> getPreferredVisibleCommandCounts()
-
getPopupLayoutSpec
public MenuPopupPanelLayoutSpec getPopupLayoutSpec()
-
getCommandPresentationState
public CommandButtonPresentationState getCommandPresentationState()
-
getExpandKeyTip
public java.lang.String getExpandKeyTip()
-
-