java.lang.Object
java.awt.event.MouseMotionAdapter
javax.swing.plaf.basic.BasicComboPopup.ListMouseMotionHandler
- 所有已实现的接口:
MouseMotionListener,EventListener
- 封闭类:
BasicComboPopup
当您将鼠标移到列表上时,此监听会更改所选项目。选择更改不针对模型,这仅供用户反馈。
-
构造方法总结
构造方法 -
方法总结
在类 java.awt.event.MouseMotionAdapter 中声明的方法
mouseDragged, mouseMoved
-
构造方法详细信息
-
ListMouseMotionHandler
protected ListMouseMotionHandler()构造一个ListMouseMotionHandler
-