org.pushingpixels.flamingo.internal.ui.ribbon
Class RibbonUI
java.lang.Object
javax.swing.plaf.ComponentUI
org.pushingpixels.flamingo.internal.ui.ribbon.RibbonUI
- Direct Known Subclasses:
- BasicRibbonUI
public abstract class RibbonUI
- extends ComponentUI
UI for ribbon (JRibbon
).
Methods inherited from class javax.swing.plaf.ComponentUI |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RibbonUI
public RibbonUI()
getContextualTaskGroupBounds
public abstract Rectangle getContextualTaskGroupBounds(RibbonContextualTaskGroup group)
- Returns the bounds of the specified contextual task group.
- Parameters:
group
- Contextual task group.
- Returns:
- The bounds of the specified contextual task group.
isShowingScrollsForTaskToggleButtons
public abstract boolean isShowingScrollsForTaskToggleButtons()
isShowingScrollsForBands
public abstract boolean isShowingScrollsForBands()
handleMouseWheelEvent
public abstract void handleMouseWheelEvent(MouseWheelEvent e)