| DragGestureEvent |
当特定的
DragGestureRecognizer检测到正在跟踪的
Component上发生了与平台相关的拖动启动手势时,
DragGestureEvent被传递给
DragGestureListener的dragGestureRecognized()方法。
|
| DragGestureListener |
用于接收拖动手势事件的侦听器界面。
|
| DragGestureRecognizer |
DragGestureRecognizer是一个抽象基类,用于指定与平台相关的侦听器,该侦听器可以与特定的
Component关联,以便识别与平台相关的拖动启动手势。
|
| DragSource |
DragSource是负责启动拖放操作的实体,可以在许多场景中使用:每个JVM的1个默认实例,用于该JVM的生命周期。
|
| DragSourceContext |
DragSourceContext类负责管理拖放协议的发起方。
|
| DragSourceDragEvent |
该
DragSourceDragEvent从交付
DragSourceContextPeer ,通过
DragSourceContext ,到
DragSourceListener与注册
DragSourceContext和与其关联
DragSource 。
|
| DragSourceDropEvent |
所述
DragSourceDropEvent从递送
DragSourceContextPeer ,经由
DragSourceContext ,到
dragDropEnd的方法
DragSourceListener与注册小号
DragSourceContext和与其关联
DragSource 。
|
| DragSourceEvent |
此类是
DragSourceDragEvent和
DragSourceDropEvent的基类。
|
| DragSourceListener |
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包中的各种方法抛出此异常。
|