Class CoreRibbonResizePolicies.None
- java.lang.Object
-
- org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseRibbonBandResizePolicy<JRibbonBand>
-
- org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
-
- org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.None
-
- All Implemented Interfaces:
RibbonBandResizePolicy
- Enclosing class:
- CoreRibbonResizePolicies
public static final class CoreRibbonResizePolicies.None extends CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
Core resize policy that maps allJRibbonBand.PresentationPrioritys toJRibbonBand.PresentationPriority.TOP.
-
-
Field Summary
-
Fields inherited from class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
mapping
-
Fields inherited from class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseRibbonBandResizePolicy
controlPanel, ribbonBand
-
-
Constructor Summary
Constructors Constructor Description None(JRibbonBand ribbonBand)Creates the new resize policy of typeNONE.
-
Method Summary
-
Methods inherited from class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
getPreferredButtonWidth, getPreferredWidth, getWidth, install
-
-
-
-
Constructor Detail
-
None
public None(JRibbonBand ribbonBand)
Creates the new resize policy of typeNONE.- Parameters:
ribbonBand- The associated ribbon band.
-
-