(AIR only)

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. This package is only available to content running in the Adobe Integrated Runtime.



Classes
 ClassDescription
 ClipboardAIR-only Provides a container for transferring data and objects through the clipboard and through drag-and-drop operations.
 ClipboardFormatsAIR-only Defines constants for the names of the standard data formats used with the Clipboard class.
 ClipboardTransferModeAIR-only Defines constants for the modes used as values of the transferMode parameter of the Clipboard.getData() method.
 DockIconAIR-only The DockIcon class represents the OS X-style dock icon.
 IconAIR-only Represents an operating system icon.
 InteractiveIconAIR-only InteractiveIcon is the abstract base class for the operating system icons associated with windows and applications.
 NativeApplicationAIR-only Represents this native AIR application.
 NativeDragActionsAIR-only Defines string constants for the names of the drag-and-drop actions.
 NativeDragManagerAIR-only Coordinates drag-and-drop operations.
 NativeDragOptionsAIR-only Specifies which drag-and-drop actions are relevant to a drag operation.
 NotificationTypeAIR-only Defines constants for use in the priority parameter of the DockIcon bounce() method and the type parameter of the NativeWindow notifyUser() method.
 SystemTrayIconAIR-only The SystemTrayIcon class represents the Windows taskbar notification area (system tray)-style icon.
 UpdaterAIR-only The Updater class is used to update the currently running application with a different version.