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