Package wt.help

Class ToolTips

java.lang.Object
wt.help.ToolTips
All Implemented Interfaces:
Runnable

public class ToolTips extends Object implements Runnable
An instance of class ToolTips is used to manage the tool tips for a help context. An instance of ToolTips manages a series of ToolTipListeners which listen to awt components and and display a delayed tool tip when the mouse entered event happens to the awt component.

Supported API: true
Extendable: false