com.l2fprod.gui.plaf.skin
Class SkinInternalFrameUI.MyBorderListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by javax.swing.event.MouseInputAdapter
          extended by com.l2fprod.gui.plaf.skin.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
protected SkinInternalFrameUI.MyBorderListener()
           
 
Method Summary
 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

SkinInternalFrameUI.MyBorderListener

protected SkinInternalFrameUI.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