Enumeration
列挙
DropOperation
Operation types that determine how a drag and drop session resolves when the user drops a drag item.
ユーザがあるドラッグ項目をドロップする時に、ドラッグ&ドロップセッションはどのように解決するかを決定する操作型。
Topics
話題
Getting Operation Types
case cancel
Cancel the drag operation and transfer no data.
ドラッグ操作を取り消して、少しもデータを転送しません。
case copy
Copy the data to the modified view.
データをこの修正されたビューにコピーします。
case forbidden
The drop activity is not allowed at this time or location.
ドロップアクティビティは、この時間または場所で許可されません。
case move
Move the data represented by the drag items instead of copying it.
ドラッグ項目によって表されるデータを移動します、それをコピーするのではなく。
Comparing Drop Operations
ドロップ操作を比較する
Default Implementations
省略時実装
See Also
参照
Drag and Drop
protocol DropDelegate
An interface that you implement to interact with a drop operation in a view modified to accept drops.
あるインターフェイス、それはドロップを受け入れるよう修正されるビューにおいてドロップ操作と相互作用するためにあなたが実装するものです。