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.
-
add(Helpable)
-
-
mouseClicked(MouseEvent)
-
-
mouseEntered(MouseEvent)
-
-
mouseExited(MouseEvent)
-
-
mousePressed(MouseEvent)
-
-
mouseReleased(MouseEvent)
-
-
remove(Helpable)
-
-
run()
- starts flyout help manager
-
setVisible(boolean)
-
add
public static void add(Helpable h)
remove
public static void remove(Helpable h)
run
public void run()
- starts flyout help manager
setVisible
public synchronized void setVisible(boolean b)
mouseEntered
public void mouseEntered(MouseEvent e)
mouseExited
public void mouseExited(MouseEvent e)
mouseClicked
public void mouseClicked(MouseEvent e)
mouseReleased
public void mouseReleased(MouseEvent e)
mousePressed
public void mousePressed(MouseEvent e)
All Packages Class Hierarchy This Package Previous Next Index