javax.swing.plaf.basic

Class BasicComboPopup.InvocationMouseMotionHandler

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

Constructor Detail

InvocationMouseMotionHandler

protected 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.