All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class datarep.common.FlyoutHelpManager

java.lang.Object
   |
   +----datarep.common.FlyoutHelpManager

public class FlyoutHelpManager
extends Object
implements MouseListener, Runnable
FlyoutHelpManager -- a class used with flyouts. This lets flyouts (or "tooltips" in swing parlance) be used with any object. The flyouts are hidden when the mouse is clicked on something or when it leaves an object. The help must implement the Helpable interface. FlyoutHelpManager is not currently compatible with the Macintosh OS, and so will not do anything when it detects that OS running.

Version:
1.2
Author:
Data Representations, Inc.

Method Index

 o add(Helpable)
 o mouseClicked(MouseEvent)
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)
 o remove(Helpable)
 o run()
starts flyout help manager
 o setVisible(boolean)

Methods

 o add
 public static void add(Helpable h)
 o remove
 public static void remove(Helpable h)
 o run
 public void run()
starts flyout help manager

 o setVisible
 public synchronized void setVisible(boolean b)
 o mouseEntered
 public void mouseEntered(MouseEvent e)
 o mouseExited
 public void mouseExited(MouseEvent e)
 o mouseClicked
 public void mouseClicked(MouseEvent e)
 o mouseReleased
 public void mouseReleased(MouseEvent e)
 o mousePressed
 public void mousePressed(MouseEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index