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 class
RibbonGalleryPresentationModel.Builder
-
Field Summary
Fields Modifier and Type Field Description private CommandButtonPresentationState
commandPresentationState
private java.lang.String
expandKeyTip
private MenuPopupPanelLayoutSpec
popupLayoutSpec
private java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer>
preferredVisibleCommandCounts
-
Constructor Summary
Constructors Modifier Constructor Description private
RibbonGalleryPresentationModel()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RibbonGalleryPresentationModel.Builder
builder()
CommandButtonPresentationState
getCommandPresentationState()
java.lang.String
getExpandKeyTip()
MenuPopupPanelLayoutSpec
getPopupLayoutSpec()
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()
-
-