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