Class CoreRibbonResizePolicies.High2Low
java.lang.Object
org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.BaseRibbonBandResizePolicy<JRibbonBand>
org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.High2Low
- All Implemented Interfaces:
RibbonBandResizePolicy
- Enclosing class:
CoreRibbonResizePolicies
public static final class CoreRibbonResizePolicies.High2Low
extends CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
Core resize policy that maps all
JRibbonBand.PresentationPriority
s to
JRibbonBand.PresentationPriority.LOW
.-
Field Summary
Fields inherited from class org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
mapping
Fields inherited from class org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.BaseRibbonBandResizePolicy
controlPanel, ribbonBand
-
Constructor Summary
ConstructorsConstructorDescriptionHigh2Low
(JRibbonBand ribbonBand) Creates the new resize policy of typeHIGH2LOW
. -
Method Summary
Methods inherited from class org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
getPreferredButtonWidth, getPreferredWidth, getWidth, install
-
Constructor Details
-
High2Low
Creates the new resize policy of typeHIGH2LOW
.- Parameters:
ribbonBand
- The associated ribbon band.
-