The flash.desktop package contains classes used for copy-and-paste and drag-and-drop operations, as well as the Icon class, used to define system icons used by a file.
| Class | Description | |
|---|---|---|
| Clipboard | The Clipboard class provides a container for transferring data and objects through the clipboard and through drag-and-drop operations. | |
| ClipboardFormats | Defines constants for the names of the standard data formats used with the Clipboard class. | |
| ClipboardTransferMode | Defines constants for the modes used as values of the transferMode parameter of the Clipboard.getData() method. |