JavaTM 2 Platform
Standard Ed. 6

接口 java.awt.dnd.DragSourceMotionListener
的使用

使用 DragSourceMotionListener 的软件包
java.awt.dnd Drag 和 Drop 是一种直接操作动作,在许多图形用户界面系统中都会遇到它,它提供了一种机制,能够在两个与 GUI 中显示元素逻辑相关的实体之间传输信息。 
 

java.awt.dndDragSourceMotionListener 的使用
 

实现 DragSourceMotionListenerjava.awt.dnd 中的类
 class DragSourceAdapter
          用于接收拖动源事件的抽象适配器类。
 class DragSourceContext
          DragSourceContext 类负责管理 Drag 和 Drop 协议的起始端。
 

返回 DragSourceMotionListenerjava.awt.dnd 中的方法
 DragSourceMotionListener[] DragSource.getDragSourceMotionListeners()
          获得向此 DragSource 注册的所有 DragSourceMotionListener
 

参数类型为 DragSourceMotionListenerjava.awt.dnd 中的方法
 void DragSource.addDragSourceMotionListener(DragSourceMotionListener dsml)
          将指定的 DragSourceMotionListener 添加到此 DragSource,以接收在使用此 DragSource 所发起的拖动操作期间出现的拖动移动事件。
 void DragSource.removeDragSourceMotionListener(DragSourceMotionListener dsml)
          从此 DragSource 移除指定的 DragSourceMotionListener
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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