net.sf.sbcc.componentcombo.plaf.basic
Class BasicComponentComboPopup.InvocationMouseMotionHandler

java.lang.Object
  extended by java.awt.event.MouseMotionAdapter
      extended by net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboPopup.InvocationMouseMotionHandler
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener
Enclosing class:
BasicComponentComboPopup

protected class BasicComponentComboPopup.InvocationMouseMotionHandler
extends java.awt.event.MouseMotionAdapter

This listener watches for dragging and updates the current selection in the list if it is dragging over the list.


Constructor Summary
protected BasicComponentComboPopup.InvocationMouseMotionHandler()
           
 
Method Summary
 void mouseDragged(java.awt.event.MouseEvent e)
           
 
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

BasicComponentComboPopup.InvocationMouseMotionHandler

protected BasicComponentComboPopup.InvocationMouseMotionHandler()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent e)
Specified by:
mouseDragged in interface java.awt.event.MouseMotionListener
Overrides:
mouseDragged in class java.awt.event.MouseMotionAdapter