Package com.formdev.flatlaf.swingx.ui
Class FlatBusyLabelUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.LabelUI
-
- javax.swing.plaf.basic.BasicLabelUI
-
- org.jdesktop.swingx.plaf.basic.BasicBusyLabelUI
-
- com.formdev.flatlaf.swingx.ui.FlatBusyLabelUI
-
- All Implemented Interfaces:
PropertyChangeListener,EventListener,org.jdesktop.swingx.plaf.BusyLabelUI
public class FlatBusyLabelUI extends org.jdesktop.swingx.plaf.basic.BasicBusyLabelUIProvides the Flat LaF UI delegate forJXBusyLabel.
-
-
Field Summary
-
Fields inherited from class javax.swing.plaf.basic.BasicLabelUI
labelUI
-
-
Constructor Summary
Constructors Constructor Description FlatBusyLabelUI(org.jdesktop.swingx.JXBusyLabel busyLabel)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent c)protected voidinstallComponents(JLabel c)protected voidinstallDefaults(JLabel c)protected voidpaintDisabledText(JLabel l, Graphics g, String s, int textX, int textY)voidpropertyChange(PropertyChangeEvent e)protected voiduninstallDefaults(JLabel c)-
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicBusyLabelUI
getBusyPainter, getDelay
-
Methods inherited from class javax.swing.plaf.basic.BasicLabelUI
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installListeners, installUI, layoutCL, paint, paintEnabledText, uninstallComponents, uninstallKeyboardActions, uninstallListeners, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
-
installDefaults
protected void installDefaults(JLabel c)
- Overrides:
installDefaultsin classBasicLabelUI
-
uninstallDefaults
protected void uninstallDefaults(JLabel c)
- Overrides:
uninstallDefaultsin classBasicLabelUI
-
installComponents
protected void installComponents(JLabel c)
- Overrides:
installComponentsin classBasicLabelUI
-
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Specified by:
propertyChangein interfacePropertyChangeListener- Overrides:
propertyChangein classBasicLabelUI
-
paintDisabledText
protected void paintDisabledText(JLabel l, Graphics g, String s, int textX, int textY)
- Overrides:
paintDisabledTextin classBasicLabelUI
-
-