com.sun.java.help.impl
Class CustomKit.MouseHandler

java.lang.Object
  extended bycom.sun.java.help.impl.CustomKit.MouseHandler
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseMotionListener
Enclosing class:
CustomKit

public static class CustomKit.MouseHandler
extends java.lang.Object
implements java.awt.event.MouseMotionListener

Class to watch the associated component and change the cursor when in a hyperlink


Constructor Summary
CustomKit.MouseHandler()
           
 
Method Summary
 void mouseDragged(java.awt.event.MouseEvent e)
           
 void mouseMoved(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomKit.MouseHandler

public CustomKit.MouseHandler()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent e)
Specified by:
mouseDragged in interface java.awt.event.MouseMotionListener

mouseMoved

public void mouseMoved(java.awt.event.MouseEvent e)
Specified by:
mouseMoved in interface java.awt.event.MouseMotionListener