org.pushingpixels.flamingo.api.ribbon.resize
Class CoreRibbonResizePolicies.High2Mid

java.lang.Object
  extended by org.pushingpixels.flamingo.api.ribbon.resize.BaseRibbonBandResizePolicy<JBandControlPanel>
      extended by org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
          extended by org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.High2Mid
All Implemented Interfaces:
RibbonBandResizePolicy
Enclosing class:
CoreRibbonResizePolicies

public static final class CoreRibbonResizePolicies.High2Mid
extends CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy

Core resize policy that maps:


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
CoreRibbonResizePolicies.High2Mid(JBandControlPanel controlPanel)
          Creates the new resize policy of type HIGH2MID.
 
Method Summary
 
Methods inherited from class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
getPreferredButtonWidth, getPreferredWidth, getWidth, install
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreRibbonResizePolicies.High2Mid

public CoreRibbonResizePolicies.High2Mid(JBandControlPanel controlPanel)
Creates the new resize policy of type HIGH2MID.

Parameters:
controlPanel - The control panel of the associated ribbon band.