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 Modifier and Type Class 描述 classDragSourceAdapter用于接收拖动源事件的抽象适配器类。classDragSourceContextDragSourceContext类负责管理拖放协议的发起方。Methods in java.awt.dnd that return DragSourceMotionListener Modifier and Type 方法 描述 DragSourceMotionListener[]DragSource. getDragSourceMotionListeners()获得DragSourceMotionListener注册的所有DragSource。Methods in java.awt.dnd with parameters of type DragSourceMotionListener Modifier and Type 方法 描述 voidDragSource. addDragSourceMotionListener(DragSourceMotionListener dsml)添加指定DragSourceMotionListener这个DragSource期间与由此引发的拖动操作接收的拖动移动事件DragSource。voidDragSource. removeDragSourceMotionListener(DragSourceMotionListener dsml)删除指定DragSourceMotionListener从这个DragSource。
-