- java.lang.Object
-
- java.awt.event.MouseMotionAdapter
-
- javax.swing.plaf.basic.BasicComboPopup.ListMouseMotionHandler
-
- All Implemented Interfaces:
-
MouseMotionListener
,EventListener
- Enclosing class:
- BasicComboPopup
protected class BasicComboPopup.ListMouseMotionHandler extends MouseMotionAdapter
当您将鼠标移动到列表上时,此侦听器将更改所选项。 选择更改不会提交给模型,仅供用户反馈。
-
-
构造方法摘要
构造方法 Modifier Constructor 描述 protected
ListMouseMotionHandler()
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 void
mouseMoved(MouseEvent anEvent)
在组件上移动鼠标按钮时调用(没有按钮没有关闭)。-
Methods inherited from class java.awt.event.MouseMotionAdapter
mouseDragged
-
-
-
-
方法详细信息
-
mouseMoved
public void mouseMoved(MouseEvent anEvent)
描述从类复制:MouseMotionAdapter
在组件上移动鼠标按钮时调用(没有按钮没有关闭)。- Specified by:
-
mouseMoved
在接口MouseMotionListener
- 重写:
-
mouseMoved
在MouseMotionAdapter
- 参数
-
anEvent
- 要处理的事件
-
-