org.pushingpixels.flamingo.internal.ui.ribbon
Class RibbonUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by org.pushingpixels.flamingo.internal.ui.ribbon.RibbonUI
Direct Known Subclasses:
BasicRibbonUI

public abstract class RibbonUI
extends javax.swing.plaf.ComponentUI

UI for ribbon (JRibbon).


Constructor Summary
RibbonUI()
           
 
Method Summary
abstract  java.awt.Rectangle getContextualTaskGroupBounds(RibbonContextualTaskGroup group)
          Returns the bounds of the specified contextual task group.
abstract  void handleMouseWheelEvent(java.awt.event.MouseWheelEvent e)
           
abstract  boolean isShowingScrollsForBands()
           
abstract  boolean isShowingScrollsForTaskToggleButtons()
           
 
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
 

Constructor Detail

RibbonUI

public RibbonUI()
Method Detail

getContextualTaskGroupBounds

public abstract java.awt.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(java.awt.event.MouseWheelEvent e)