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
提交错误或意见版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。