All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ca.bc.europa.awt.ToolTip
ToolTip
class allows the programmer to assign
info blurbs to components.
The Tool Tip or popup help window appears after a delay. The
ToolTip
object is a MouseListener
that is attached to components. Only one ToolTip need be created
per app since only one tip window is required.
The popup window extends Window
so unsigned applets
will have tool tip windows with the "Warning Applet Window" message
tacked on the bottom.
public ToolTip()
public void finalize()
public void setDelay(int i)
public int getDelay()
public synchronized void run()add
public void add(Component component, String tip)
public void remove(Component component)
public void mousePressed(MouseEvent mouseEvent)mouseReleased
public void mouseReleased(MouseEvent mouseEvent)mouseClicked
public void mouseClicked(MouseEvent mouseEvent)mouseEntered
public void mouseEntered(MouseEvent mouseEvent)mouseExited
public void mouseExited(MouseEvent mouseEvent)findFrame
public Frame findFrame(Component component)
All Packages Class Hierarchy This Package Previous Next Index