Class BaseRibbonBandResizePolicy<T extends AbstractBandControlPanel>
- java.lang.Object
-
- org.pushingpixels.flamingo.api.ribbon.resize.BaseRibbonBandResizePolicy<T>
-
- Type Parameters:
T- Class parameter that specifies the type of band control panel implementation.
- All Implemented Interfaces:
RibbonBandResizePolicy
- Direct Known Subclasses:
CoreRibbonResizePolicies.BaseCoreRibbonBandResizePolicy,CoreRibbonResizePolicies.FlowThreeRows,CoreRibbonResizePolicies.FlowTwoRows,IconRibbonBandResizePolicy
public abstract class BaseRibbonBandResizePolicy<T extends AbstractBandControlPanel> extends Object implements RibbonBandResizePolicy
Base class for the core ribbon band resize policies.
-
-
Field Summary
Fields Modifier and Type Field Description protected TcontrolPanelThe control panel of the associated ribbon band.
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseRibbonBandResizePolicy(T controlPanel)Creates a new resize policy.
-
-
-
Field Detail
-
controlPanel
protected T extends AbstractBandControlPanel controlPanel
The control panel of the associated ribbon band.
-
-
Constructor Detail
-
BaseRibbonBandResizePolicy
protected BaseRibbonBandResizePolicy(T controlPanel)
Creates a new resize policy.- Parameters:
controlPanel- The control panel of the associated ribbon band.
-
-