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。