org.pushingpixels.flamingo.api.ribbon.resize
T
- Class parameter that specifies the type of band control panel
implementation.public abstract class BaseRibbonBandResizePolicy<T extends AbstractBandControlPanel> extends Object implements RibbonBandResizePolicy
Modifier and Type | Field and Description |
---|---|
protected T |
controlPanel
The control panel of the associated ribbon band.
|
Modifier | Constructor and Description |
---|---|
protected |
BaseRibbonBandResizePolicy(T controlPanel)
Creates a new resize policy.
|
protected T extends AbstractBandControlPanel controlPanel
protected BaseRibbonBandResizePolicy(T controlPanel)
controlPanel
- The control panel of the associated ribbon band.