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

Constructor Index

 o JToolTip()

Method Index

 o getTipText()
 o getUI()
 o setTipText(String)
 o updateUI()
Called to replace the UI with the latest version from the default UIFactory.

Constructors

 o JToolTip
 public JToolTip()

Methods

 o getUI
 public ToolTipUI getUI()
 o updateUI
 public void updateUI()
Called to replace the UI with the latest version from the default UIFactory.

Overrides:
updateUI in class JComponent
 o setTipText
 public void setTipText(String tipText)
 o getTipText
 public String getTipText()

All Packages  Class Hierarchy  This Package  Previous  Next  Index