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 变量和类型 类 描述 classDragSourceAdapter用于接收拖动源事件的抽象适配器类。classDragSourceContextDragSourceContext类负责管理拖放协议的启动器端。Methods in java.awt.dnd that return DragSourceMotionListener 变量和类型 方法 描述 DragSourceMotionListener[]DragSource. getDragSourceMotionListeners()获取所有的DragSourceMotionListener这个注册小号DragSource。Methods in java.awt.dnd with parameters of type DragSourceMotionListener 变量和类型 方法 描述 voidDragSource. addDragSourceMotionListener(DragSourceMotionListener dsml)将指定的DragSourceMotionListener添加到此DragSource以在使用此DragSource启动的拖动操作期间接收拖动动作事件。voidDragSource. removeDragSourceMotionListener(DragSourceMotionListener dsml)删除指定DragSourceMotionListener从这个DragSource。
-