Class CoreRibbonResizePolicies.Low2Mid
- java.lang.Object
-
- org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseRibbonBandResizePolicy<JRibbonBand>
-
- org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
-
- org.pushingpixels.flamingo.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 org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
mapping
-
Fields inherited from class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseRibbonBandResizePolicy
controlPanel, ribbonBand
-
-
Constructor Summary
Constructors Constructor Description Low2Mid(JRibbonBand ribbonBand)Creates the new resize policy of typeLOW2MID.
-
Method Summary
-
Methods inherited from class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
getPreferredButtonWidth, getPreferredWidth, getWidth, install
-
-
-
-
Constructor Detail
-
Low2Mid
public Low2Mid(JRibbonBand ribbonBand)
Creates the new resize policy of typeLOW2MID.- Parameters:
ribbonBand- The associated ribbon band.
-
-