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

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

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

This listener changes the selected item as you move the mouse over the list. The selection change is not committed to the model, this is for user feedback only.


Constructor Summary
protected BasicComponentComboPopup.ListMouseMotionHandler()
           
 
Method Summary
 void mouseMoved(java.awt.event.MouseEvent anEvent)
           
 
Methods inherited from class java.awt.event.MouseMotionAdapter
mouseDragged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicComponentComboPopup.ListMouseMotionHandler

protected BasicComponentComboPopup.ListMouseMotionHandler()
Method Detail

mouseMoved

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