Uses of Interface
java.awt.dnd.DragSourceMotionListener
-
Packages that use DragSourceMotionListener 软件包 描述 java.awt.dnd 拖放是在许多图形用户界面系统中发现的直接操纵手势,其提供了在GUI中与表示元素逻辑相关联的两个实体之间传递信息的机制。 -
-
Uses of DragSourceMotionListener in java.awt.dnd
Classes in java.awt.dnd that implement DragSourceMotionListener 变量和类型 类 描述 class
DragSourceAdapter
用于接收拖动源事件的抽象适配器类。class
DragSourceContext
DragSourceContext
类负责管理拖放协议的启动器端。Methods in java.awt.dnd that return DragSourceMotionListener 变量和类型 方法 描述 DragSourceMotionListener[]
DragSource. getDragSourceMotionListeners()
获取所有的DragSourceMotionListener
这个注册小号DragSource
。Methods in java.awt.dnd with parameters of type DragSourceMotionListener 变量和类型 方法 描述 void
DragSource. addDragSourceMotionListener(DragSourceMotionListener dsml)
将指定的DragSourceMotionListener
添加到此DragSource
以在使用此DragSource
启动的拖动操作期间接收拖动动作事件。void
DragSource. removeDragSourceMotionListener(DragSourceMotionListener dsml)
删除指定DragSourceMotionListener
从这个DragSource
。
-