Class CoreRibbonResizePolicies.Mid2Low
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.Mid2Low
- All Implemented Interfaces:
RibbonBandResizePolicy
- Enclosing class:
CoreRibbonResizePolicies
public static final class CoreRibbonResizePolicies.Mid2Low
extends CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
-
Field Summary
Fields inherited from class org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
mapping
Fields inherited from class org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.BaseRibbonBandResizePolicy
controlPanel, ribbonBand
-
Constructor Summary
ConstructorsConstructorDescriptionMid2Low
(JRibbonBand ribbonBand) Creates the new resize policy of typeMID2LOW
. -
Method Summary
Methods inherited from class org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
getPreferredButtonWidth, getPreferredWidth, getWidth, install
-
Constructor Details
-
Mid2Low
Creates the new resize policy of typeMID2LOW
.- Parameters:
ribbonBand
- The associated ribbon band.
-