|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pushingpixels.flamingo.api.ribbon.resize.BaseRibbonBandResizePolicy<T>
T
- Class parameter that specifies the type of band control panel
implementation.public abstract class BaseRibbonBandResizePolicy<T extends AbstractBandControlPanel>
Base class for the core ribbon band resize policies.
Field Summary | |
---|---|
protected T |
controlPanel
The control panel of the associated ribbon band. |
Constructor Summary | |
---|---|
protected |
BaseRibbonBandResizePolicy(T controlPanel)
Creates a new resize policy. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.pushingpixels.flamingo.api.ribbon.resize.RibbonBandResizePolicy |
---|
getPreferredWidth, install |
Field Detail |
---|
protected T extends AbstractBandControlPanel controlPanel
Constructor Detail |
---|
protected BaseRibbonBandResizePolicy(T controlPanel)
controlPanel
- The control panel of the associated ribbon band.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |