Class CoreRibbonResizePolicies.BaseRibbonBandResizePolicy<B extends AbstractRibbonBand>
java.lang.Object
org.pushingpixels.radiance.component.api.ribbon.resize.CoreRibbonResizePolicies.BaseRibbonBandResizePolicy<B>
- All Implemented Interfaces:
RibbonBandResizePolicy
- Direct Known Subclasses:
CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
,CoreRibbonResizePolicies.FlowOneRow
,CoreRibbonResizePolicies.FlowThreeRows
,CoreRibbonResizePolicies.FlowTwoRows
,CoreRibbonResizePolicies.IconRibbonBandResizePolicy
- Enclosing class:
CoreRibbonResizePolicies
public abstract static class CoreRibbonResizePolicies.BaseRibbonBandResizePolicy<B extends AbstractRibbonBand>
extends Object
implements RibbonBandResizePolicy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AbstractBandControlPanel
protected B
The associated ribbon band. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BaseRibbonBandResizePolicy
(B ribbonBand) Creates a new resize policy. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pushingpixels.radiance.component.api.ribbon.resize.RibbonBandResizePolicy
getPreferredWidth, install
-
Field Details
-
ribbonBand
The associated ribbon band. -
controlPanel
-
-
Constructor Details
-
BaseRibbonBandResizePolicy
Creates a new resize policy.- Parameters:
ribbonBand
- The associated ribbon band.
-