Class SubstanceStatusBarUI

java.lang.Object
javax.swing.plaf.ComponentUI
org.jdesktop.swingx.plaf.StatusBarUI
org.jdesktop.swingx.plaf.basic.BasicStatusBarUI
org.pushingpixels.substance.swingx.SubstanceStatusBarUI

public class SubstanceStatusBarUI extends org.jdesktop.swingx.plaf.basic.BasicStatusBarUI
Substance-consistent UI delegate for JXStatusBar.
  • Constructor Details

    • SubstanceStatusBarUI

      public SubstanceStatusBarUI()
      Creates a new UI delegate.
  • Method Details

    • createUI

      public static ComponentUI createUI(JComponent comp)
    • installDefaults

      protected void installDefaults(org.jdesktop.swingx.JXStatusBar sb)
      Overrides:
      installDefaults in class org.jdesktop.swingx.plaf.basic.BasicStatusBarUI
    • uninstallDefaults

      protected void uninstallDefaults(org.jdesktop.swingx.JXStatusBar sb)
      Overrides:
      uninstallDefaults in class org.jdesktop.swingx.plaf.basic.BasicStatusBarUI
    • paintBackground

      protected void paintBackground(Graphics2D g, org.jdesktop.swingx.JXStatusBar bar)
      Overrides:
      paintBackground in class org.jdesktop.swingx.plaf.basic.BasicStatusBarUI
    • paintSeparator

      protected void paintSeparator(Graphics2D g, org.jdesktop.swingx.JXStatusBar bar, int x, int y, int w, int h)
      Overrides:
      paintSeparator in class org.jdesktop.swingx.plaf.basic.BasicStatusBarUI
    • getSeparatorWidth

      protected int getSeparatorWidth()
      Overrides:
      getSeparatorWidth in class org.jdesktop.swingx.plaf.basic.BasicStatusBarUI
    • getSeparatorInsets

      protected Insets getSeparatorInsets(Insets insets)
      Overrides:
      getSeparatorInsets in class org.jdesktop.swingx.plaf.basic.BasicStatusBarUI