Class CoreRibbonResizePolicies.High2Low
- java.lang.Object
-
- org.pushingpixels.flamingo.api.ribbon.resize.BaseRibbonBandResizePolicy<JBandControlPanel>
-
- org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
-
- org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.High2Low
-
- All Implemented Interfaces:
RibbonBandResizePolicy
- Enclosing class:
- CoreRibbonResizePolicies
public static final class CoreRibbonResizePolicies.High2Low extends CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
Core resize policy that maps allRibbonElementPrioritys toRibbonElementPriority.LOW.
-
-
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.BaseRibbonBandResizePolicy
controlPanel
-
-
Constructor Summary
Constructors Constructor Description High2Low(JBandControlPanel controlPanel)Creates the new resize policy of typeHIGH2LOW.
-
Method Summary
-
Methods inherited from class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
getPreferredButtonWidth, getPreferredWidth, getWidth, install
-
-
-
-
Constructor Detail
-
High2Low
public High2Low(JBandControlPanel controlPanel)
Creates the new resize policy of typeHIGH2LOW.- Parameters:
controlPanel- The control panel of the associated ribbon band.
-
-