JavaTM 2 Platform
Standard Ed. 6

類別 java.awt.dnd.DropTargetContext
的使用

使用 DropTargetContext 的軟體套件
java.awt.dnd Drag 和 Drop 是一種直接操作動作,在許多圖形使用者介面系統中都會遇到它,它提供了一種機制,能夠在兩個與 GUI 中顯示元素邏輯相關的實體之間傳輸資訊。 
 

java.awt.dndDropTargetContext 的使用
 

宣告為 DropTargetContextjava.awt.dnd 中的欄位
protected  DropTargetContext DropTargetEvent.context
          與此 DropTargetEvent 相關的 DropTargetContext
 

返回 DropTargetContextjava.awt.dnd 中的方法
protected  DropTargetContext DropTarget.createDropTargetContext()
          創建與此 DropTarget 關聯的 DropTargetContext。
 DropTargetContext DropTargetEvent.getDropTargetContext()
          此方法返回與該 DropTargetEvent 相關的 DropTargetContext
 DropTargetContext DropTarget.getDropTargetContext()
          獲取與此 DropTarget 關聯的 DropTargetContext
 

參數型別為 DropTargetContextjava.awt.dnd 中的建構子
DropTargetDragEvent(DropTargetContext dtc, Point cursorLocn, int dropAction, int srcActions)
          在給出此操作的 DropTargetContextComponent 坐標中 "Drag" Cursor 熱點的位置、使用者 drop 操作和源 drop 操作的情況下,建構一個 DropTargetDragEvent
DropTargetDropEvent(DropTargetContext dtc, Point cursorLocn, int dropAction, int srcActions)
          在給出此操作的 DropTargetContextComponent 坐標中 drag Cursor 的熱點位置、目前選擇的使用者 drop 操作和當前受源物件支持的操作集合的情況下,建構一個 DropTargetDropEvent
DropTargetDropEvent(DropTargetContext dtc, Point cursorLocn, int dropAction, int srcActions, boolean isLocal)
          在給出此操作的 DropTargetContextComponent 的坐標中 drag Cursor 的熱點位置、目前選擇的使用者 drop 操作、當前受源物件支持的操作集合,以及一個指示源對象與目標物件是否在同一 JVM 中的 boolean 值的情況下,建構一個 DropTargetEvent
DropTargetEvent(DropTargetContext dtc)
          建構一個具有指定 DropTargetContextDropTargetEvent
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only