com.jtattoo.plaf
Class BaseTabbedPaneUI.MouseMotionHandler
java.lang.Object
java.awt.event.MouseMotionAdapter
com.jtattoo.plaf.BaseTabbedPaneUI.MouseMotionHandler
- All Implemented Interfaces:
- MouseMotionListener, EventListener
- Enclosing class:
- BaseTabbedPaneUI
public class BaseTabbedPaneUI.MouseMotionHandler
- extends MouseMotionAdapter
This inner class is marked "public" due to a compiler bug.
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of BaseTabbedPaneUI.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseTabbedPaneUI.MouseMotionHandler
public BaseTabbedPaneUI.MouseMotionHandler()
mouseDragged
public void mouseDragged(MouseEvent e)
- Specified by:
mouseDragged
in interface MouseMotionListener
- Overrides:
mouseDragged
in class MouseMotionAdapter
mouseMoved
public void mouseMoved(MouseEvent e)
- Specified by:
mouseMoved
in interface MouseMotionListener
- Overrides:
mouseMoved
in class MouseMotionAdapter
Copyright © 2011. All Rights Reserved.