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.BasicBusyLabelUI
Provides the Flat LaF UI delegate for
JXBusyLabel
.-
Field Summary
FieldsFields inherited from class javax.swing.plaf.basic.BasicLabelUI
labelUI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
protected void
protected void
protected void
paintDisabledText
(JLabel l, Graphics g, String s, int textX, int textY) void
protected void
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
-
Field Details
-
disabledForeground
-
-
Constructor Details
-
FlatBusyLabelUI
public FlatBusyLabelUI(org.jdesktop.swingx.JXBusyLabel busyLabel)
-
-
Method Details
-
createUI
-
installDefaults
- Overrides:
installDefaults
in classBasicLabelUI
-
uninstallDefaults
- Overrides:
uninstallDefaults
in classBasicLabelUI
-
installComponents
- Overrides:
installComponents
in classBasicLabelUI
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
- Overrides:
propertyChange
in classBasicLabelUI
-
paintDisabledText
- Overrides:
paintDisabledText
in classBasicLabelUI
-