protected class

BasicComboPopup.InvocationMouseMotionHandler

extends MouseMotionAdapter
java.lang.Object
   ↳ java.awt.event.MouseMotionAdapter
     ↳ javax.swing.plaf.basic.BasicComboPopup.InvocationMouseMotionHandler

Class Overview

This listener watches for dragging and updates the current selection in the list if it is dragging over the list.

Summary

Protected Constructors
BasicComboPopup.InvocationMouseMotionHandler()
Public Methods
void mouseDragged(MouseEvent e)
Invoked when a mouse button is pressed on a component and then dragged.
[Expand]
Inherited Methods
From class java.awt.event.MouseMotionAdapter
From class java.lang.Object
From interface java.awt.event.MouseMotionListener

Protected Constructors

protected BasicComboPopup.InvocationMouseMotionHandler ()

Public Methods

public void mouseDragged (MouseEvent e)

Invoked when a mouse button is pressed on a component and then dragged. Mouse drag events will continue to be delivered to the component where the first originated until the mouse button is released (regardless of whether the mouse position is within the bounds of the component).