com.imagero.gui.flowin.plaf
Class JGuiTabbedPaneUI.TabPanelMouseHandler

java.lang.Object
  extended byjava.awt.event.MouseMotionAdapter
      extended bycom.imagero.gui.flowin.plaf.JGuiTabbedPaneUI.TabPanelMouseHandler
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseMotionListener
Enclosing class:
JGuiTabbedPaneUI

protected static class JGuiTabbedPaneUI.TabPanelMouseHandler
extends java.awt.event.MouseMotionAdapter


Constructor Summary
protected JGuiTabbedPaneUI.TabPanelMouseHandler()
           
 
Method Summary
 void mouseDragged(java.awt.event.MouseEvent e)
          Invoked when a mouse button is pressed on a component and then dragged.
 
Methods inherited from class java.awt.event.MouseMotionAdapter
mouseMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGuiTabbedPaneUI.TabPanelMouseHandler

protected JGuiTabbedPaneUI.TabPanelMouseHandler()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent e)
Description copied from class: java.awt.event.MouseMotionAdapter
Invoked when a mouse button is pressed on a component and then dragged. Mouse drag events will continue to be delivered to the component where the first originated until the mouse button is released (regardless of whether the mouse position is within the bounds of the component).