protected class BasicComboPopup.ListMouseMotionHandler extends java.awt.event.MouseMotionAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
BasicComboPopup.ListMouseMotionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseMoved(java.awt.event.MouseEvent anEvent)
Implement this method in the interface with an empty body.
|
protected BasicComboPopup.ListMouseMotionHandler()
public void mouseMoved(java.awt.event.MouseEvent anEvent)
java.awt.event.MouseMotionAdaptermouseMoved in interface java.awt.event.MouseMotionListenermouseMoved in class java.awt.event.MouseMotionAdapteranEvent - the event, ignored in this implementation