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.BasicStatusBarUISubstance-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 ComponentUIcreateUI(JComponent comp)protected InsetsgetSeparatorInsets(Insets insets)protected intgetSeparatorWidth()protected voidinstallDefaults(org.jdesktop.swingx.JXStatusBar sb)protected voidpaintBackground(Graphics2D g, org.jdesktop.swingx.JXStatusBar bar)protected voidpaintSeparator(Graphics2D g, org.jdesktop.swingx.JXStatusBar bar, int x, int y, int w, int h)protected voiduninstallDefaults(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:
installDefaultsin classorg.jdesktop.swingx.plaf.basic.BasicStatusBarUI
-
uninstallDefaults
protected void uninstallDefaults(org.jdesktop.swingx.JXStatusBar sb)
- Overrides:
uninstallDefaultsin classorg.jdesktop.swingx.plaf.basic.BasicStatusBarUI
-
paintBackground
protected void paintBackground(Graphics2D g, org.jdesktop.swingx.JXStatusBar bar)
- Overrides:
paintBackgroundin 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:
paintSeparatorin classorg.jdesktop.swingx.plaf.basic.BasicStatusBarUI
-
getSeparatorWidth
protected int getSeparatorWidth()
- Overrides:
getSeparatorWidthin classorg.jdesktop.swingx.plaf.basic.BasicStatusBarUI
-
-