javax.swing.text.html
类 FormView.MouseEventListener
java.lang.Object
java.awt.event.MouseAdapter
javax.swing.text.html.FormView.MouseEventListener
- 所有已实现的接口:
- MouseListener, MouseMotionListener, MouseWheelListener, EventListener
- 正在封闭类:
- FormView
protected class FormView.MouseEventListener
- extends MouseAdapter
当输入的类型等于被单击的图像类型时,MouseEventListener 类将用于处理表单提交。MouseListener 是必要的,因为与鼠标单击关联的坐标需要连同图像数据一起提交。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormView.MouseEventListener
protected FormView.MouseEventListener()
mouseReleased
public void mouseReleased(MouseEvent evt)
- 从类
MouseAdapter
复制的描述
- 鼠标按钮在组件上释放时调用。
- 指定者:
- 接口
MouseListener
中的 mouseReleased
- 覆盖:
- 类
MouseAdapter
中的 mouseReleased
提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。