JavaTM 2 Platform
Standard Ed. 6

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 是必要的,因為與鼠標單擊關聯的坐標需要連同圖像資料一起提交。


建構子摘要
protected FormView.MouseEventListener()
           
 
方法摘要
 void mouseReleased(MouseEvent evt)
          鼠標按鈕在元件上釋放時調用。
 
從類別 java.awt.event.MouseAdapter 繼承的方法
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseWheelMoved
 
從類別 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

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only