|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 DropTargetDropEvent 的软件包 | |
---|---|
java.awt.dnd | Drag 和 Drop 是一种直接操作动作,在许多图形用户界面系统中都会遇到它,它提供了一种机制,能够在两个与 GUI 中显示元素逻辑相关的实体之间传输信息。 |
java.awt.dnd 中 DropTargetDropEvent 的使用 |
---|
参数类型为 DropTargetDropEvent 的 java.awt.dnd 中的方法 | |
---|---|
void |
DropTarget.drop(DropTargetDropEvent dtde)
如果此 DropTarget 处于激活状态,则在已注册的 DropTargetListener 上调用 drop ,并将其传递给指定的 DropTargetDropEvent 。 |
void |
DropTargetListener.drop(DropTargetDropEvent dtde)
在 drag 操作已终止时调用,此时 drop 处于 DropTarget (使用此 listener 注册)的 drop 位置的可操作部分。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。