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_NONEFields 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 TypeMethodDescriptionvoidDescription of the MethodvoidDescription of the MethodMethods inherited from class javax.swing.plaf.basic.BasicInternalFrameUI.BorderListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedMethods inherited from class java.awt.event.MouseAdapter
mouseWheelMoved
-
Constructor Details
-
MyBorderListener
protected MyBorderListener()
-
-
Method Details
-
mouseMoved
Description of the Method- Specified by:
mouseMovedin interfaceMouseMotionListener- Overrides:
mouseMovedin classBasicInternalFrameUI.BorderListener- Parameters:
e- Description of Parameter
-
mouseDragged
Description of the Method- Specified by:
mouseDraggedin interfaceMouseMotionListener- Overrides:
mouseDraggedin classBasicInternalFrameUI.BorderListener- Parameters:
e- Description of Parameter
-