Interface CoreRibbonResizePolicies.Mapping
- Enclosing class:
CoreRibbonResizePolicies
public 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
Modifier and TypeMethodDescriptionmap(JRibbonBand.PresentationPriority priority) Maps the element priority associated with a ribbon band component to the element priority assigned by the specific resize policy.
-
Method Details
-
map
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.
-