Uses of Class
org.jvnet.flamingo.ribbon.resize.BaseRibbonBandResizePolicy

Packages that use BaseRibbonBandResizePolicy
org.jvnet.flamingo.ribbon.resize   
 

Uses of BaseRibbonBandResizePolicy in org.jvnet.flamingo.ribbon.resize
 

Subclasses of BaseRibbonBandResizePolicy in org.jvnet.flamingo.ribbon.resize
static class CoreRibbonResizePolicies.FlowThreeRows
          Core resize policy for JFlowRibbonBand that places the content in three rows.
static class CoreRibbonResizePolicies.FlowTwoRows
          Core resize policy for JFlowRibbonBand that places the content in two rows.
static class CoreRibbonResizePolicies.High2Low
          Core resize policy that maps all RibbonElementPrioritys to RibbonElementPriority.LOW.
static class CoreRibbonResizePolicies.High2Mid
          Core resize policy that maps: RibbonElementPriority.TOP -> RibbonElementPriority.MEDIUM RibbonElementPriority.MEDIUM -> RibbonElementPriority.LOW RibbonElementPriority.LOW -> RibbonElementPriority.LOW
static class CoreRibbonResizePolicies.Low2Mid
          Core resize policy that maps: RibbonElementPriority.TOP -> RibbonElementPriority.TOP RibbonElementPriority.MEDIUM -> RibbonElementPriority.TOP RibbonElementPriority.LOW -> RibbonElementPriority.MEDIUM
static class CoreRibbonResizePolicies.Mid2Low
          Core resize policy that maps: RibbonElementPriority.TOP -> RibbonElementPriority.TOP RibbonElementPriority.MEDIUM -> RibbonElementPriority.LOW RibbonElementPriority.LOW -> RibbonElementPriority.LOW
static class CoreRibbonResizePolicies.Mid2Mid
          Core resize policy that maps: RibbonElementPriority.TOP -> RibbonElementPriority.TOP RibbonElementPriority.MEDIUM -> RibbonElementPriority.MEDIUM RibbonElementPriority.LOW -> RibbonElementPriority.MEDIUM
static class CoreRibbonResizePolicies.Mirror
          Mirror core resize policy that maps the values of RibbonElementPrioritys to themselves.
static class CoreRibbonResizePolicies.None
          Core resize policy that maps all RibbonElementPrioritys to RibbonElementPriority.TOP.
 class IconRibbonBandResizePolicy
          Special resize policy that is used for collapsed ribbon bands.