Class CoreRibbonResizePolicies.None
java.lang.Object
org.pushingpixels.flamingo.api.ribbon.resize.BaseRibbonBandResizePolicy<JBandControlPanel>
org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.None
- All Implemented Interfaces:
RibbonBandResizePolicy
- Enclosing class:
- CoreRibbonResizePolicies
public static final class CoreRibbonResizePolicies.None
extends CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
Core resize policy that maps all
RibbonElementPriority
s to
RibbonElementPriority.TOP
.-
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
ConstructorsConstructorDescriptionNone
(JBandControlPanel controlPanel) Creates the new resize policy of typeNONE
. -
Method Summary
Methods inherited from class org.pushingpixels.flamingo.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
getPreferredButtonWidth, getPreferredWidth, getWidth, install
-
Constructor Details
-
None
Creates the new resize policy of typeNONE
.- Parameters:
controlPanel
- The control panel of the associated ribbon band.
-