Class RibbonBandUI

  • Direct Known Subclasses:
    BasicRibbonBandUI

    public abstract class RibbonBandUI
    extends javax.swing.plaf.ComponentUI
    UI for ribbon band (JRibbonBand).
    • Constructor Summary

      Constructors 
      Constructor Description
      RibbonBandUI()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract int getBandTitleHeight()  
      abstract int getPreferredCollapsedWidth()  
      • 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

      • RibbonBandUI

        public RibbonBandUI()
    • Method Detail

      • getPreferredCollapsedWidth

        public abstract int getPreferredCollapsedWidth()
      • getBandTitleHeight

        public abstract int getBandTitleHeight()