OpenJDK 1.23
java.desktop
javax.swing.plaf
LabelUI
Top
Description
Constructors
Methods
javax.swing.plaf
public
abstract
Class LabelUI
extends
ComponentUI
Class Inheritance
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.LabelUI
Known Direct Subclasses
javax.
swing.
plaf.
basic.
BasicLabelUI
,
javax.
swing.
plaf.
multi.
MultiLabelUI
Pluggable look and feel interface for JLabel.
Author
Hans Muller
Constructor Summary
Access
Constructor and Description
protected
LabelUI
()
Constructor for subclasses to call.
Method Summary
Inherited from
javax.swing.plaf.ComponentUI
:
contains
createUI
getAccessibleChild
getAccessibleChildrenCount
getBaseline
getBaselineResizeBehavior
getMaximumSize
getMinimumSize
getPreferredSize
installUI
paint
uninstallUI
update
Constructor Detail
LabelUI
back to summary
protected
LabelUI
()
Constructor for subclasses to call.