DragGestureEvent |
当特定的
DragGestureRecognizer 检测到正在跟踪的
Component 上发生平台相关的拖动启动手势时,
DragGestureEvent 将传递给
DragGestureListener 的dragGestureRecognized()方法。
|
DragGestureListener |
用于接收拖动手势事件的侦听器界面。
|
DragGestureRecognizer |
DragGestureRecognizer 是一个用于指定与平台相关的侦听器的抽象基类,可以与特定的
Component 相关联,以便识别平台相关的拖动启动手势。
|
DragSource |
DragSource 是负责启动拖放操作的实体,可用于多种情况:在该JVM的生命周期中每个JVM使用1个默认实例。
|
DragSourceContext |
DragSourceContext 类负责管理拖放协议的发起方。
|
DragSourceDragEvent |
DragSourceDragEvent 从
DragSourceContextPeer 通过
DragSourceContext 发送到
DragSourceListener 注册
DragSourceContext 及其相关联的
DragSource 。
|
DragSourceDropEvent |
DragSourceDropEvent 从
DragSourceContextPeer 通过
DragSourceContext 发送到
dragDropEnd 注册的
DragSourceListener 的
DragSourceContext 及其相关联的
DragSource 。
|
DragSourceEvent |
这个类是
DragSourceDragEvent 和
DragSourceDropEvent 的基类。
|
DragSourceListener |
DragSourceListener 定义了用于跟踪用户手势状态的拖放操作的发起者的事件接口,并在拖放操作中向用户提供适当的“拖拽”反馈。
|
DragSourceMotionListener |
用于在拖动操作期间接收鼠标运动事件的侦听器界面。
|
DropTarget |
该
DropTarget 与相关
Component 时
Component 希望接受拖放操作期间下降。
|
DropTarget.DropTargetAutoScroller |
这个受保护的嵌套类实现自动滚动
|
DropTargetContext |
甲
DropTargetContext 每当用拖放操作相关联的逻辑光标用的可见几何一致创建
Component 与相关联
DropTarget 。
|
DropTargetDragEvent |
所述
DropTargetDragEvent 被输送到
DropTargetListener 经由其dragEnter事件()和的dragover()方法。
|
DropTargetDropEvent |
DropTargetDropEvent 通过
DropTargetListener drop()方法传递。
|
DropTargetEvent |
DropTargetEvent 是
DropTargetDragEvent 和
DropTargetDropEvent 的基础类。
|
DropTargetListener |
DropTargetListener 接口是
DropTarget 类使用的回调接口,用于提供涉及主题
DropTarget 的DnD操作的通知。
|
InvalidDnDOperationException |
java.awt.dnd包中的各种方法抛出此异常。
|