Module java.desktop

Class BasicLabelUI

java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.LabelUI
javax.swing.plaf.basic.BasicLabelUI
All Implemented Interfaces:
PropertyChangeListener, EventListener
Direct Known Subclasses:
MetalLabelUI, SynthLabelUI

public class BasicLabelUI extends LabelUI implements PropertyChangeListener
A Windows L&F implementation of LabelUI. This implementation is completely static, i.e. there's only one UIView implementation that's shared by all JLabel objects.