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