All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.java.swing.JToolTip
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----com.sun.java.swing.JComponent
|
+----com.sun.java.swing.JToolTip
- public class JToolTip
- extends JComponent
Used to display a "Tip" for a Component. Typically components provide api
to automate the process of using ToolTips.
- See Also:
- setToolTipText, createToolTip
-
JToolTip()
-
-
getTipText()
-
-
getUI()
-
-
setTipText(String)
-
-
updateUI()
- Called to replace the UI with the latest version from the
default UIFactory.
JToolTip
public JToolTip()
getUI
public ToolTipUI getUI()
updateUI
public void updateUI()
- Called to replace the UI with the latest version from the
default UIFactory.
- Overrides:
- updateUI in class JComponent
setTipText
public void setTipText(String tipText)
getTipText
public String getTipText()
All Packages Class Hierarchy This Package Previous Next Index