org.flexdock.docking.event
Class TabbedDragListener
java.lang.Object
java.awt.event.MouseAdapter
org.flexdock.docking.event.TabbedDragListener
- All Implemented Interfaces:
- MouseListener, MouseMotionListener, MouseWheelListener, EventListener
public class TabbedDragListener
- extends MouseAdapter
- implements MouseMotionListener
- Author:
- Christopher Butler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabbedDragListener
public TabbedDragListener()
mouseDragged
public void mouseDragged(MouseEvent me)
- Specified by:
mouseDragged in interface MouseMotionListener- Overrides:
mouseDragged in class MouseAdapter
mouseReleased
public void mouseReleased(MouseEvent me)
- Specified by:
mouseReleased in interface MouseListener- Overrides:
mouseReleased in class MouseAdapter
mousePressed
public void mousePressed(MouseEvent me)
- Specified by:
mousePressed in interface MouseListener- Overrides:
mousePressed in class MouseAdapter
mouseMoved
public void mouseMoved(MouseEvent me)
- Specified by:
mouseMoved in interface MouseMotionListener- Overrides:
mouseMoved in class MouseAdapter