OpenJDK 1.22
java.desktop
javax.swing.plaf
ToolTipUI
Top
Description
Constructors
Methods
javax.swing.plaf
public
abstract
Class ToolTipUI
extends
ComponentUI
Class Inheritance
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ToolTipUI
Known Direct Subclasses
javax.
swing.
plaf.
basic.
BasicToolTipUI
,
javax.
swing.
plaf.
multi.
MultiToolTipUI
Pluggable look and feel interface for JToolTip.
Author
Dave Moore
Constructor Summary
Access
Constructor and Description
protected
ToolTipUI
()
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
ToolTipUI
back to summary
protected
ToolTipUI
()
Constructor for subclasses to call.