JavaTM 2 Platform
Standard Ed. 6

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

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

protected class BasicComboPopup.ListMouseMotionHandler
extends MouseMotionAdapter

在列表上移動鼠標時,此偵聽器更改所選項。選擇更改不會提交到模型,只用於使用者反饋。


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

建構子詳細資訊

BasicComboPopup.ListMouseMotionHandler

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

mouseMoved

public void mouseMoved(MouseEvent anEvent)
從類別 MouseMotionAdapter 複製的描述
鼠標按鍵在元件上移動(無按鍵按下)時調用。

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

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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