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