com.jtattoo.plaf
Class BaseTabbedPaneUI.MouseMotionHandler

java.lang.Object
  extended by java.awt.event.MouseMotionAdapter
      extended by 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.


Constructor Summary
BaseTabbedPaneUI.MouseMotionHandler()
           
 
Method Summary
 void mouseDragged(MouseEvent e)
           
 void mouseMoved(MouseEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTabbedPaneUI.MouseMotionHandler

public BaseTabbedPaneUI.MouseMotionHandler()
Method Detail

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.