javax.swing.plaf.basic
Class BasicComboPopup.InvocationMouseMotionHandler

java.lang.Object
  extended by java.awt.event.MouseMotionAdapter
      extended by javax.swing.plaf.basic.BasicComboPopup.InvocationMouseMotionHandler
All Implemented Interfaces:
MouseMotionListener, EventListener
Enclosing class:
BasicComboPopup

protected class BasicComboPopup.InvocationMouseMotionHandler
extends MouseMotionAdapter

InvocationMouseMotionListener is a mouse listener that listens to mouse dragging events occuring in the combo box.


Constructor Summary
protected BasicComboPopup.InvocationMouseMotionHandler()
          Creates a new InvocationMouseMotionHandler object.
 
Method Summary
 void mouseDragged(MouseEvent e)
          This method is responsible for highlighting item in the drop down list over which the mouse is currently being 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

BasicComboPopup.InvocationMouseMotionHandler

protected BasicComboPopup.InvocationMouseMotionHandler()
Creates a new InvocationMouseMotionHandler object.

Method Detail

mouseDragged

public void mouseDragged(MouseEvent e)
This method is responsible for highlighting item in the drop down list over which the mouse is currently being dragged.

Specified by:
mouseDragged in interface MouseMotionListener
Overrides:
mouseDragged in class MouseMotionAdapter
Parameters:
e - the event, ignored in this implementation