Class RibbonComponentUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- org.pushingpixels.radiance.component.internal.ui.ribbon.RibbonComponentUI
-
- Direct Known Subclasses:
BasicRibbonComponentUI
public abstract class RibbonComponentUI extends javax.swing.plaf.ComponentUI
UI for extended components (JRibbonComponent
).
-
-
Constructor Summary
Constructors Constructor Description RibbonComponentUI()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.util.List<javax.swing.JComponent>
getFocusSequence()
abstract java.awt.Point
getKeyTipAnchorCenterPoint()
abstract java.awt.Dimension
getPreferredSize(JRibbonBand.PresentationPriority priority)
-
-
-
Method Detail
-
getKeyTipAnchorCenterPoint
public abstract java.awt.Point getKeyTipAnchorCenterPoint()
-
getPreferredSize
public abstract java.awt.Dimension getPreferredSize(JRibbonBand.PresentationPriority priority)
-
getFocusSequence
public abstract java.util.List<javax.swing.JComponent> getFocusSequence()
-
-