gui
Class GUIUtils.ToolTipMouseListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by gui.GUIUtils.ToolTipMouseListener
All Implemented Interfaces:
java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener
Enclosing class:
GUIUtils

private static class GUIUtils.ToolTipMouseListener
extends java.awt.event.MouseAdapter


Constructor Summary
private GUIUtils.ToolTipMouseListener()
           
 
Method Summary
 void mouseEntered(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIUtils.ToolTipMouseListener

private GUIUtils.ToolTipMouseListener()
Method Detail

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent e)
Specified by:
mouseEntered in interface java.awt.event.MouseListener
Overrides:
mouseEntered in class java.awt.event.MouseAdapter