Class BasicToolTipUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ToolTipUI
javax.swing.plaf.basic.BasicToolTipUI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Returns the instance ofBasicToolTipUI
.protected void
Installs default properties.protected void
Registers listeners.protected void
Uninstalls default properties.protected void
Unregisters listeners.Methods declared in class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
Constructor Details
-
BasicToolTipUI
public BasicToolTipUI()Constructs a new instance ofBasicToolTipUI
.
-
-
Method Details
-
createUI
Returns the instance ofBasicToolTipUI
.- Parameters:
c
- a component- Returns:
- the instance of
BasicToolTipUI
-
installDefaults
Installs default properties.- Parameters:
c
- a component
-
uninstallDefaults
Uninstalls default properties.- Parameters:
c
- a component
-
installListeners
-
uninstallListeners
-