|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 DragGestureRecognizer 的软件包 | |
---|---|
java.awt | 包含用于创建用户界面和绘制图形图像的所有类。 |
java.awt.dnd | Drag 和 Drop 是一种直接操作动作,在许多图形用户界面系统中都会遇到它,它提供了一种机制,能够在两个与 GUI 中显示元素逻辑相关的实体之间传输信息。 |
java.awt 中 DragGestureRecognizer 的使用 |
---|
类型参数类型为 DragGestureRecognizer 的 java.awt 中的方法 | ||
---|---|---|
|
Toolkit.createDragGestureRecognizer(Class<T> abstractRecognizerClass,
DragSource ds,
Component c,
int srcActions,
DragGestureListener dgl)
创建所请求的抽象 DragGestureRecognizer 类的具体的、与平台有关的子类,并将它与指定的 DragSource、Component 和 DragGestureListener 关联。 |
java.awt.dnd 中 DragGestureRecognizer 的使用 |
---|
java.awt.dnd 中 DragGestureRecognizer 的子类 | |
---|---|
class |
MouseDragGestureRecognizer
DragGestureRecognizer 的抽象子类,它定义了一个基于鼠标动作的 DragGestureRecognizer 。 |
类型参数类型为 DragGestureRecognizer 的 java.awt.dnd 中的方法 | ||
---|---|---|
|
DragSource.createDragGestureRecognizer(Class<T> recognizerAbstractClass,
Component c,
int actions,
DragGestureListener dgl)
创建一个新的 DragGestureRecognizer ,实现 DragGestureRecognizer 的指定抽象子类并在新创建的对象上设置指定的 Component 和 DragGestureListener 。 |
返回 DragGestureRecognizer 的 java.awt.dnd 中的方法 | |
---|---|
DragGestureRecognizer |
DragSource.createDefaultDragGestureRecognizer(Component c,
int actions,
DragGestureListener dgl)
创建一个新的 DragGestureRecognizer ,为此 DragSource 实现 DragGestureRecognizer 的默认抽象子类并在新创建的对象上设置指定的 Component 和 DragGestureListener 。 |
DragGestureRecognizer |
DragGestureEvent.getSourceAsDragGestureRecognizer()
以 DragGestureRecognizer 的形式返回源。 |
参数类型为 DragGestureRecognizer 的 java.awt.dnd 中的构造方法 | |
---|---|
DragGestureEvent(DragGestureRecognizer dgr,
int act,
Point ori,
List<? extends InputEvent> evs)
在给定激发此事件的 DragGestureRecognizer 、表示用户首选操作的 int 、指示拖动原点的 Point ,以及组成动作的事件 List 的情况下,构造一个 DragGestureEvent 。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。