protected class

BasicComboPopup.ListMouseMotionHandler

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

Class Overview

This listener changes the selected item as you move the mouse over the list. The selection change is not committed to the model, this is for user feedback only.

Summary

Protected Constructors
BasicComboPopup.ListMouseMotionHandler()
Public Methods
void mouseMoved(MouseEvent anEvent)
Invoked when the mouse button has been moved on a component (with no buttons no down).
[Expand]
Inherited Methods
From class java.awt.event.MouseMotionAdapter
From class java.lang.Object
From interface java.awt.event.MouseMotionListener

Protected Constructors

protected BasicComboPopup.ListMouseMotionHandler ()

Public Methods

public void mouseMoved (MouseEvent anEvent)

Invoked when the mouse button has been moved on a component (with no buttons no down).