Class RibbonGalleryPresentationModel
- java.lang.Object
-
- org.pushingpixels.flamingo.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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RibbonGalleryPresentationModel.Builderbuilder()CommandButtonPresentationStategetCommandPresentationState()java.lang.StringgetExpandKeyTip()intgetPreferredPopupMaxCommandColumns()intgetPreferredPopupMaxVisibleCommandRows()java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer>getPreferredVisibleCommandCounts()
-
-
-
Method Detail
-
builder
public static RibbonGalleryPresentationModel.Builder builder()
-
getPreferredVisibleCommandCounts
public java.util.Map<JRibbonBand.PresentationPriority,java.lang.Integer> getPreferredVisibleCommandCounts()
-
getPreferredPopupMaxCommandColumns
public int getPreferredPopupMaxCommandColumns()
-
getPreferredPopupMaxVisibleCommandRows
public int getPreferredPopupMaxVisibleCommandRows()
-
getCommandPresentationState
public CommandButtonPresentationState getCommandPresentationState()
-
getExpandKeyTip
public java.lang.String getExpandKeyTip()
-
-