Class RibbonBandUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- org.pushingpixels.flamingo.internal.ui.ribbon.RibbonBandUI
-
- Direct Known Subclasses:
BasicRibbonBandUI
public abstract class RibbonBandUI extends ComponentUI
UI for ribbon band (JRibbonBand
).
-
-
Constructor Summary
Constructors Constructor Description RibbonBandUI()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
getBandTitleHeight()
abstract int
getPreferredCollapsedWidth()
abstract float
getRolloverAmount()
abstract void
trackMouseCrossing(boolean isMouseIn)
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
-