org.pushingpixels.flamingo.api.ribbon.resize
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 all RibbonElementPriority
s to
RibbonElementPriority.LOW
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreRibbonResizePolicies.High2Low
public CoreRibbonResizePolicies.High2Low(JBandControlPanel controlPanel)
- Creates the new resize policy of type
HIGH2LOW
.
- Parameters:
controlPanel
- The control panel of the associated ribbon band.