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 forJXStatusBar
.
-
-
Constructor Summary
Constructors Constructor Description SubstanceStatusBarUI()
Creates a new UI delegate.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUI
createUI(JComponent comp)
protected Insets
getSeparatorInsets(Insets insets)
protected int
getSeparatorWidth()
protected void
installDefaults(org.jdesktop.swingx.JXStatusBar sb)
protected void
paintBackground(Graphics2D g, org.jdesktop.swingx.JXStatusBar bar)
protected void
paintSeparator(Graphics2D g, org.jdesktop.swingx.JXStatusBar bar, int x, int y, int w, int h)
protected void
uninstallDefaults(org.jdesktop.swingx.JXStatusBar sb)
-
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicStatusBarUI
createBorder, createLayout, createMouseListener, createMouseMotionListener, createPropertyChangeListener, includeSeparators, installListeners, installUI, paint, uninstallListeners, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, update
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent comp)
-
installDefaults
protected void installDefaults(org.jdesktop.swingx.JXStatusBar sb)
- Overrides:
installDefaults
in classorg.jdesktop.swingx.plaf.basic.BasicStatusBarUI
-
uninstallDefaults
protected void uninstallDefaults(org.jdesktop.swingx.JXStatusBar sb)
- Overrides:
uninstallDefaults
in classorg.jdesktop.swingx.plaf.basic.BasicStatusBarUI
-
paintBackground
protected void paintBackground(Graphics2D g, org.jdesktop.swingx.JXStatusBar bar)
- Overrides:
paintBackground
in classorg.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 classorg.jdesktop.swingx.plaf.basic.BasicStatusBarUI
-
getSeparatorWidth
protected int getSeparatorWidth()
- Overrides:
getSeparatorWidth
in classorg.jdesktop.swingx.plaf.basic.BasicStatusBarUI
-
-