T - Class parameter that specifies the type of band control panel
implementation.RibbonBandResizePolicyCoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy, CoreRibbonResizePolicies.FlowThreeRows, CoreRibbonResizePolicies.FlowTwoRows, IconRibbonBandResizePolicypublic 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, waitgetPreferredWidth, installprotected T extends AbstractBandControlPanel controlPanel
protected BaseRibbonBandResizePolicy(T controlPanel)
controlPanel - The control panel of the associated ribbon band.