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.
|
mouseMovedprotected BasicComboPopup.InvocationMouseMotionHandler()
public void mouseDragged(MouseEvent e)
mouseDragged in interface MouseMotionListenermouseDragged in class MouseMotionAdaptere - the event, ignored in this implementation