protected class BasicComboPopup.InvocationMouseMotionHandler extends MouseMotionAdapter
Modifier | Constructor and Description |
---|---|
protected |
BasicComboPopup.InvocationMouseMotionHandler()
Creates a new InvocationMouseMotionHandler object.
|
Modifier and Type | Method and Description |
---|---|
void |
mouseDragged(MouseEvent e)
This method is responsible for highlighting item in the drop down list
over which the mouse is currently being dragged.
|
mouseMoved
protected BasicComboPopup.InvocationMouseMotionHandler()
public void mouseDragged(MouseEvent e)
mouseDragged
in interface MouseMotionListener
mouseDragged
in class MouseMotionAdapter
e
- the event, ignored in this implementation