javax.swing.plaf.basic
protected class: BasicComboPopup.InvocationMouseMotionHandler [javadoc |
source]
java.lang.Object
java.awt.event.MouseMotionAdapter
javax.swing.plaf.basic.BasicComboPopup$InvocationMouseMotionHandler
All Implemented Interfaces:
MouseMotionListener
This listener watches for dragging and updates the current selection in the
list if it is dragging over the list.
| Method from javax.swing.plaf.basic.BasicComboPopup$InvocationMouseMotionHandler Summary: |
|---|
|
mouseDragged |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.swing.plaf.basic.BasicComboPopup$InvocationMouseMotionHandler Detail: |
public void mouseDragged(MouseEvent e) {
getHandler().mouseDragged(e);
}
|