org.jdesktop.swingx.plaf.basic
Class BasicStatusBarUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- org.jdesktop.swingx.plaf.StatusBarUI
-
- org.jdesktop.swingx.plaf.basic.BasicStatusBarUI
-
- Direct Known Subclasses:
- MacOSXStatusBarUI, MetalStatusBarUI, WindowsClassicStatusBarUI, WindowsStatusBarUI
public class BasicStatusBarUI extends StatusBarUI
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringAUTO_ADD_SEPARATOR
-
Constructor Summary
Constructors Constructor and Description BasicStatusBarUI()Creates a new instance of BasicStatusBarUI
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)Returns an instance of the UI delegate for the specified component.voidinstallUI(javax.swing.JComponent c)voidpaint(java.awt.Graphics g, javax.swing.JComponent c)voiduninstallUI(javax.swing.JComponent c)
-
-
-
Constructor Detail
-
BasicStatusBarUI
public BasicStatusBarUI()
Creates a new instance of BasicStatusBarUI
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Returns an instance of the UI delegate for the specified component. Each subclass must provide its own staticcreateUImethod that returns an instance of that UI delegate subclass. If the UI delegate subclass is stateless, it may return an instance that is shared by multiple components. If the UI delegate is stateful, then it should return a new instance per component. The default implementation of this method throws an error, as it should never be invoked.
-
installUI
public void installUI(javax.swing.JComponent c)
- Overrides:
installUIin classjavax.swing.plaf.ComponentUI
-
uninstallUI
public void uninstallUI(javax.swing.JComponent c)
- Overrides:
uninstallUIin classjavax.swing.plaf.ComponentUI
-
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)- Overrides:
paintin classjavax.swing.plaf.ComponentUI
-
-
DataMelt 3.0 © DataMelt by jWork.ORG