JavaTM 2 Platform
Standard Ed. 6

介面 java.awt.dnd.DragSourceMotionListener
的使用

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

java.awt.dndDragSourceMotionListener 的使用
 

實作 DragSourceMotionListenerjava.awt.dnd 中的類別
 class DragSourceAdapter
          用於接收拖動源事件的抽象適配器類別。
 class DragSourceContext
          DragSourceContext 類別負責管理 Drag 和 Drop 協議的起始端。
 

返回 DragSourceMotionListenerjava.awt.dnd 中的方法
 DragSourceMotionListener[] DragSource.getDragSourceMotionListeners()
          獲得向此 DragSource 註冊的所有 DragSourceMotionListener
 

參數型別為 DragSourceMotionListenerjava.awt.dnd 中的方法
 void DragSource.addDragSourceMotionListener(DragSourceMotionListener dsml)
          將指定的 DragSourceMotionListener 添加到此 DragSource,以接收在使用此 DragSource 所發起的拖動操作期間出現的拖動移動事件。
 void DragSource.removeDragSourceMotionListener(DragSourceMotionListener dsml)
          從此 DragSource 移除指定的 DragSourceMotionListener
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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