org.jvnet.flamingo.ribbon.ui
Class RibbonComponentUI

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

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

UI for extended components (JRibbonComponent).

Author:
Kirill Grouchnikov

Constructor Summary
RibbonComponentUI()
           
 
Method Summary
abstract  java.awt.Point getKeyTipAnchorCenterPoint()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RibbonComponentUI

public RibbonComponentUI()
Method Detail

getKeyTipAnchorCenterPoint

public abstract java.awt.Point getKeyTipAnchorCenterPoint()