All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.l2f.gui.TipManager

java.lang.Object
   |
   +----fr.l2f.gui.TipManager

public class TipManager
extends Object
implements MouseListener, ContainerListener, Runnable

Variable Index

 o mmap

Method Index

 o componentAdded(ContainerEvent)
 o componentRemoved(ContainerEvent)
 o finalize()
 o getDelay()
 o getTipManager()
 o mouseClicked(MouseEvent)
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)
 o put(Component, String)
 o remove(Component)
 o run()
 o setDelay(int)

Variables

 o mmap
 public Hashtable mmap

Methods

 o getTipManager
 public static TipManager getTipManager()
 o finalize
 public void finalize()
Overrides:
finalize in class Object
 o setDelay
 public void setDelay(int i)
 o getDelay
 public int getDelay()
 o run
 public synchronized void run()
 o put
 public void put(Component component,
                 String string)
 o remove
 public void remove(Component component)
 o mouseClicked
 public void mouseClicked(MouseEvent mouseEvent)
 o mousePressed
 public void mousePressed(MouseEvent mouseEvent)
 o mouseReleased
 public void mouseReleased(MouseEvent mouseEvent)
 o mouseEntered
 public void mouseEntered(MouseEvent mouseEvent)
 o mouseExited
 public void mouseExited(MouseEvent mouseEvent)
 o componentAdded
 public void componentAdded(ContainerEvent containerEvent)
 o componentRemoved
 public void componentRemoved(ContainerEvent containerEvent)

All Packages  Class Hierarchy  This Package  Previous  Next  Index