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

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

public abstract class RibbonComponentUI
extends ComponentUI

UI for extended components (JRibbonComponent).


Constructor Summary
RibbonComponentUI()
           
 
Method Summary
abstract  Point getKeyTipAnchorCenterPoint()
           
abstract  Dimension getPreferredSize(RibbonElementPriority priority)
           
 
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

RibbonComponentUI

public RibbonComponentUI()
Method Detail

getKeyTipAnchorCenterPoint

public abstract Point getKeyTipAnchorCenterPoint()

getPreferredSize

public abstract Dimension getPreferredSize(RibbonElementPriority priority)