javax.swing.plaf.basic
Class BasicComboPopup.InvocationMouseMotionHandler
java.lang.Object
java.awt.event.MouseMotionAdapter
javax.swing.plaf.basic.BasicComboPopup.InvocationMouseMotionHandler
- All Implemented Interfaces:
- MouseMotionListener, EventListener
- Enclosing class:
- BasicComboPopup
protected class BasicComboPopup.InvocationMouseMotionHandler
- extends MouseMotionAdapter
InvocationMouseMotionListener is a mouse listener that listens to mouse
dragging events occuring in the combo box.
Method Summary |
void |
mouseDragged(MouseEvent e)
This method is responsible for highlighting item in the drop down list
over which the mouse is currently being dragged. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicComboPopup.InvocationMouseMotionHandler
protected BasicComboPopup.InvocationMouseMotionHandler()
- Creates a new InvocationMouseMotionHandler object.
mouseDragged
public void mouseDragged(MouseEvent e)
- This method is responsible for highlighting item in the drop down list
over which the mouse is currently being dragged.
- Specified by:
mouseDragged
in interface MouseMotionListener
- Overrides:
mouseDragged
in class MouseMotionAdapter
- Parameters:
e
- the event, ignored in this implementation