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 java.lang.Object implements RibbonBandResizePolicy
-
-
Field Summary
Fields Modifier and Type Field Description protected AbstractBandControlPanel
controlPanel
protected B
ribbonBand
The associated ribbon band.
-
Constructor Summary
Constructors Modifier Constructor Description protected
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 Detail
-
ribbonBand
protected B extends AbstractRibbonBand ribbonBand
The associated ribbon band.
-
controlPanel
protected AbstractBandControlPanel controlPanel
-
-
Constructor Detail
-
BaseRibbonBandResizePolicy
protected BaseRibbonBandResizePolicy(B ribbonBand)
Creates a new resize policy.- Parameters:
ribbonBand
- The associated ribbon band.
-
-