JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf.basic
類別 BasicComboPopup.InvocationMouseMotionHandler

java.lang.Object
  繼承者 java.awt.event.MouseMotionAdapter
      繼承者 javax.swing.plaf.basic.BasicComboPopup.InvocationMouseMotionHandler
所有已實作的介面:
MouseMotionListener, EventListener
正在封閉類別:
BasicComboPopup

protected class BasicComboPopup.InvocationMouseMotionHandler
extends MouseMotionAdapter

此偵聽器觀察拖動操作,如果是在列表上進行拖動,則它還更新列表中的當前選擇。


建構子摘要
protected BasicComboPopup.InvocationMouseMotionHandler()
           
 
方法摘要
 void mouseDragged(MouseEvent e)
          鼠標按鍵在元件上按下並拖動時調用。
 
從類別 java.awt.event.MouseMotionAdapter 繼承的方法
mouseMoved
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

BasicComboPopup.InvocationMouseMotionHandler

protected BasicComboPopup.InvocationMouseMotionHandler()
方法詳細資訊

mouseDragged

public void mouseDragged(MouseEvent e)
從類別 MouseMotionAdapter 複製的描述
鼠標按鍵在元件上按下並拖動時調用。在釋放鼠標按鍵前,鼠標拖動事件被連續地傳遞到首先發起該事件的元件(而不管鼠標位置是否處於該元件的邊界內)。

指定者:
介面 MouseMotionListener 中的 mouseDragged
覆寫:
類別 MouseMotionAdapter 中的 mouseDragged

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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