java.lang.Object
java.awt.event.MouseMotionAdapter
javax.swing.plaf.basic.BasicComboPopup.ListMouseMotionHandler
- 所有已实现的接口:
-
MouseMotionListener
,EventListener
- 封闭类:
-
BasicComboPopup
此监听器在鼠标在列表上移动时更改所选项目。选择更改不会提交到模型,仅用于用户反馈。
-
Constructor Summary
-
Method Summary
Methods declared in class java.awt.event.MouseMotionAdapter
mouseDragged, mouseMoved
-
Constructor Details
-
ListMouseMotionHandler
protected ListMouseMotionHandler()构造一个ListMouseMotionHandler
。
-