Class SkinInternalFrameUI.MyBorderListener

  • All Implemented Interfaces:
    java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.MouseWheelListener, java.util.EventListener, javax.swing.event.MouseInputListener, javax.swing.SwingConstants
    Enclosing class:
    SkinInternalFrameUI

    protected class SkinInternalFrameUI.MyBorderListener
    extends javax.swing.event.MouseInputAdapter
    Description of the Class
    Author:
    fred
    • Field Summary

      • Fields inherited from interface javax.swing.SwingConstants

        BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MyBorderListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mouseDragged​(java.awt.event.MouseEvent e)
      Description of the Method
      void mouseMoved​(java.awt.event.MouseEvent e)
      Description of the Method
      • Methods inherited from class java.awt.event.MouseAdapter

        mouseWheelMoved
      • Methods inherited from class java.lang.Object

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

      • MyBorderListener

        protected MyBorderListener()
    • Method Detail

      • mouseMoved

        public void mouseMoved​(java.awt.event.MouseEvent e)
        Description of the Method
        Specified by:
        mouseMoved in interface java.awt.event.MouseMotionListener
        Parameters:
        e - Description of Parameter
      • mouseDragged

        public void mouseDragged​(java.awt.event.MouseEvent e)
        Description of the Method
        Specified by:
        mouseDragged in interface java.awt.event.MouseMotionListener
        Parameters:
        e - Description of Parameter