T
- Class parameter that specifies the type of band control panel
implementation.RibbonBandResizePolicy
CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy
, CoreRibbonResizePolicies.FlowThreeRows
, CoreRibbonResizePolicies.FlowTwoRows
, IconRibbonBandResizePolicy
public abstract class BaseRibbonBandResizePolicy<T extends AbstractBandControlPanel> extends java.lang.Object implements RibbonBandResizePolicy
Modifier and Type | Field | Description |
---|---|---|
protected T |
controlPanel |
The control panel of the associated ribbon band.
|
Modifier | Constructor | 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.