| 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包中的各种方法抛出此异常。
|