Class CoreRibbonResizePolicies.None
java.lang.Object
org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.BaseRibbonBandResizePolicy<JRibbonBand>
org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
org.pushingpixels.radiance.component.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 all
JRibbonBand.PresentationPrioritys to
JRibbonBand.PresentationPriority.TOP.-
Field Summary
Fields inherited from class CoreRibbonResizePolicies.BaseRibbonBandResizePolicy
controlPanel, ribbonBand -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
getPreferredButtonWidth, getPreferredWidth, getWidth, install
-
Constructor Details
-
None
Creates the new resize policy of typeNONE.- Parameters:
ribbonBand- The associated ribbon band.
-