| Interface | Description |
|---|---|
| EditingDomainCellDropAdapter.IDnDFeedbackHandler |
Handles the feedback to Drag & Drop events by styling or otherwise modifying the affected
Cell |
| Class | Description |
|---|---|
| CellDragAdapter |
Allows to drag items from viewers backed by an
AdapterFactoryCellFactory using a
LocalTransfer. |
| EditingDomainCellDropAdapter |
Allows to drop items into viewers backed by an
AdapterFactoryCellFactory using a
LocalTransfer. |
| EditingDomainCellDropAdapter.DefaultFeedbackHandler |
This default implementation of
EditingDomainCellDropAdapter.IDnDFeedbackHandler adds a red line where the dragged
Cell can be dropped. |
| LocalTransfer |
Replacement for the
Dragboard that transfers the content without serializing it. |