|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjava.util.EventObject
java.awt.dnd.DropTargetEvent
public class DropTargetEvent
DropTargetEvent 是 DropTargetDragEvent 和 DropTargetDropEvent 的基礎類別。它封裝了 Drag 和 Drop 操作的當前狀態,特別是當前的 DropTargetContext。
| 欄位摘要 | |
|---|---|
protected DropTargetContext |
context
與此 DropTargetEvent 相關的 DropTargetContext。 |
| 從類別 java.util.EventObject 繼承的欄位 |
|---|
source |
| 建構子摘要 | |
|---|---|
DropTargetEvent(DropTargetContext dtc)
建構一個具有指定 DropTargetContext 的 DropTargetEvent。 |
|
| 方法摘要 | |
|---|---|
DropTargetContext |
getDropTargetContext()
此方法返回與該 DropTargetEvent 相關的 DropTargetContext。 |
| 從類別 java.util.EventObject 繼承的方法 |
|---|
getSource, toString |
| 從類別 java.lang.Object 繼承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 欄位詳細資訊 |
|---|
protected DropTargetContext context
DropTargetEvent 相關的 DropTargetContext。
| 建構子詳細資訊 |
|---|
public DropTargetEvent(DropTargetContext dtc)
DropTargetContext 的 DropTargetEvent。
dtc - DropTargetContext| 方法詳細資訊 |
|---|
public DropTargetContext getDropTargetContext()
DropTargetEvent 相關的 DropTargetContext。
DropTargetContext
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。