Package com.l2fprod.gui.plaf.skin
Class SkinInternalFrameUI.MyBorderListener
java.lang.Object
java.awt.event.MouseAdapter
javax.swing.event.MouseInputAdapter
javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
com.l2fprod.gui.plaf.skin.SkinInternalFrameUI.MyBorderListener
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
,MouseInputListener
,SwingConstants
- Enclosing class:
SkinInternalFrameUI
Description of the Class
- Author:
- fred
-
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
RESIZE_NONE
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
Description of the Methodvoid
Description of the MethodMethods inherited from class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
Methods inherited from class java.awt.event.MouseAdapter
mouseWheelMoved
-
Constructor Details
-
MyBorderListener
protected MyBorderListener()
-
-
Method Details
-
mouseMoved
Description of the Method- Specified by:
mouseMoved
in interfaceMouseMotionListener
- Overrides:
mouseMoved
in classBasicInternalFrameUI.BorderListener
- Parameters:
e
- Description of Parameter
-
mouseDragged
Description of the Method- Specified by:
mouseDragged
in interfaceMouseMotionListener
- Overrides:
mouseDragged
in classBasicInternalFrameUI.BorderListener
- Parameters:
e
- Description of Parameter
-