Package com.sun.java.help.impl
Class CustomKit.MouseHandler
- java.lang.Object
-
- com.sun.java.help.impl.CustomKit.MouseHandler
-
- All Implemented Interfaces:
java.awt.event.MouseMotionListener
,java.util.EventListener
- 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
Constructors Constructor Description MouseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
mouseDragged(java.awt.event.MouseEvent e)
void
mouseMoved(java.awt.event.MouseEvent e)
-