Interface CoreRibbonResizePolicies.Mapping
-
- Enclosing class:
- CoreRibbonResizePolicies
static interface CoreRibbonResizePolicies.Mapping
Maps the element priority associated with a ribbon band component to the element priority assigned by the specific resize policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JRibbonBand.PresentationPriority
map(JRibbonBand.PresentationPriority priority)
Maps the element priority associated with a ribbon band component to the element priority assigned by the specific resize policy.
-
-
-
Method Detail
-
map
JRibbonBand.PresentationPriority map(JRibbonBand.PresentationPriority priority)
Maps the element priority associated with a ribbon band component to the element priority assigned by the specific resize policy.- Parameters:
priority
- The element priority associated with a ribbon band component- Returns:
- The element priority assigned by the specific resize policy.
-
-