| 软件包 | 描述 |
|---|---|
| java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
| java.awt.dnd |
拖放是在许多图形用户界面系统中发现的一个直接的操作手势,它提供了一种机制,将两个实体之间的信息的逻辑与在图形用户界面中的表示元素关联。
|
| Class and Description |
|---|
| DragGestureEvent
一个
DragGestureEvent传递给
DragGestureListener的draggesturerecognized()方法当一个特定的
DragGestureRecognizer检测到发生在
Component是跟踪具有平台依赖拖启动手势。
|
| DragGestureListener
用于接收拖曳手势事件的侦听器接口。
|
| DragGestureRecognizer
的
DragGestureRecognizer是一个可以与一个特定的
Component为了识别依赖于平台的拖启动手势相关平台依赖的听众的规范抽象基类。
|
| DragSource
的
DragSource负责拖放操作开始的实体,并可用于多种方案:1每JVM默认实例的JVM的一生。
|
| DropTarget
这是一个
DropTarget
Component相关时,
Component希望接受拖放操作期间下降。
|
| InvalidDnDOperationException
被各种方法在java.awt.dnd包这是例外。
|
| Class and Description |
|---|
| DragGestureEvent
一个
DragGestureEvent传递给
DragGestureListener的draggesturerecognized()方法当一个特定的
DragGestureRecognizer检测到发生在
Component是跟踪具有平台依赖拖启动手势。
|
| DragGestureListener
用于接收拖曳手势事件的侦听器接口。
|
| DragGestureRecognizer
的
DragGestureRecognizer是一个可以与一个特定的
Component为了识别依赖于平台的拖启动手势相关平台依赖的听众的规范抽象基类。
|
| DragSource
的
DragSource负责拖放操作开始的实体,并可用于多种方案:1每JVM默认实例的JVM的一生。
|
| DragSourceContext
的
DragSourceContext类负责管理引发一侧的拖放协议。
|
| DragSourceDragEvent
的
DragSourceDragEvent从
DragSourceContextPeer交付,通过
DragSourceContext,到
DragSourceListener,
DragSourceContext和与其相关的
DragSource注册。
|
| DragSourceDropEvent
的
DragSourceDropEvent从
DragSourceContextPeer交付,通过
DragSourceContext,到那
DragSourceContext和与其相关的
DragSource
DragSourceListeners
dragDropEnd注册的方法。
|
| DragSourceEvent
这类是
DragSourceDragEvent和
DragSourceDropEvent基类。
|
| DragSourceListener
的
DragSourceListener进行拖放操作来跟踪用户的手势国家创始人的事件接口,并提供相应的“拖”反馈给用户在拖放操作。
|
| DragSourceMotionListener
在拖动操作期间接收鼠标运动事件的侦听器接口。
|
| DropTarget
这是一个
DropTarget
Component相关时,
Component希望接受拖放操作期间下降。
|
| DropTarget.DropTargetAutoScroller
这个保护嵌套类实现自动滚动
|
| DropTargetContext
一个
DropTargetContext创建与拖放操作时恰逢一个
DropTarget相关
Component可见几何体相关的逻辑光标。
|
| DropTargetDragEvent
的
DropTargetDragEvent通过其dragenter()和dragover()方法传递到
DropTargetListener。
|
| DropTargetDropEvent
的
DropTargetDropEvent通过
DropTargetListener drop()方法交付。
|
| DropTargetEvent
的
DropTargetEvent是
DropTargetDragEvent和
DropTargetDropEvent基类。
|
| DropTargetListener
的
DropTargetListener接口由
DropTarget类用于提供对DND操作涉及课题
DropTarget通知回调接口。
|
| InvalidDnDOperationException
被各种方法在java.awt.dnd包这是例外。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.