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 BasicLabelUI
labelUI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUIprotected voidprotected voidprotected voidpaintDisabledText(JLabel l, Graphics g, String s, int textX, int textY) voidprotected voidMethods inherited from class org.jdesktop.swingx.plaf.basic.BasicBusyLabelUI
getBusyPainter, getDelayMethods inherited from class BasicLabelUI
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installListeners, installUI, layoutCL, paint, paintEnabledText, uninstallComponents, uninstallKeyboardActions, uninstallListeners, uninstallUIMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Field Details
-
disabledForeground
-
-
Constructor Details
-
FlatBusyLabelUI
public FlatBusyLabelUI(org.jdesktop.swingx.JXBusyLabel busyLabel)
-
-
Method Details
-
createUI
-
installDefaults
- Overrides:
installDefaultsin classBasicLabelUI
-
uninstallDefaults
- Overrides:
uninstallDefaultsin classBasicLabelUI
-
installComponents
- Overrides:
installComponentsin classBasicLabelUI
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener- Overrides:
propertyChangein classBasicLabelUI
-
paintDisabledText
- Overrides:
paintDisabledTextin classBasicLabelUI
-