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
此偵聽器觀察拖動操作,如果是在列表上進行拖動,則它還更新列表中的當前選擇。
從類別 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
提交錯誤或意見版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。