feathers.dragDrop
Check out some additional documentation from the Feathers UI Manual to help you get started with the feathers.dragDrop package:
| .. | |
|---|---|
| DragData | Stores data associated with a drag and drop operation. |
| DragDropManager | Handles drag and drop operations that originate with display objects that
implement the |
| IDragSource | A display object that can initiate drag actions with the drag and drop manager.
Must be a subclass of |
| IDropTarget | A display object that can accept data dropped by the drag and drop manager.
Must be a subclass of |