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