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

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

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

Core resize policy that maps all RibbonElementPrioritys to RibbonElementPriority.TOP.

Author:
Kirill Grouchnikov

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

Constructor Detail

CoreRibbonResizePolicies.None

public CoreRibbonResizePolicies.None(JBandControlPanel controlPanel)
Creates the new resize policy of type NONE.

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