Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MouseHandler

        public 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