T
- Class parameter that specifies the type of band control panel
implementation.public abstract class BaseRibbonBandResizePolicy<T extends AbstractBandControlPanel> extends java.lang.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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPreferredWidth, install
protected T extends AbstractBandControlPanel controlPanel
protected BaseRibbonBandResizePolicy(T controlPanel)
controlPanel
- The control panel of the associated ribbon band.