org.jvnet.flamingo.ribbon.resize
Class CoreRibbonResizePolicies.Mid2Mid

java.lang.Object
  extended by org.jvnet.flamingo.ribbon.resize.BaseRibbonBandResizePolicy<JBandControlPanel>
      extended by org.jvnet.flamingo.ribbon.resize.CoreRibbonResizePolicies.Mid2Mid
All Implemented Interfaces:
RibbonBandResizePolicy
Enclosing class:
CoreRibbonResizePolicies

public static final class CoreRibbonResizePolicies.Mid2Mid
extends BaseRibbonBandResizePolicy<JBandControlPanel>

Core resize policy that maps:

Author:
Kirill Grouchnikov

Constructor Summary
CoreRibbonResizePolicies.Mid2Mid(JBandControlPanel controlPanel)
          Creates the new resize policy of type MID2MID.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreRibbonResizePolicies.Mid2Mid

public CoreRibbonResizePolicies.Mid2Mid(JBandControlPanel controlPanel)
Creates the new resize policy of type MID2MID.

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