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

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

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

Mirror core resize policy that maps the values of RibbonElementPrioritys to themselves.

Author:
Kirill Grouchnikov

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

Constructor Detail

CoreRibbonResizePolicies.Mirror

public CoreRibbonResizePolicies.Mirror(JBandControlPanel controlPanel)
Creates the new resize policy of type MIRROR.

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