Package java.awt.datatransfer
Classes to represent different flavors of data for transferring native
and system types through for example a clipboard.
ClipboardOwner | This interface is for classes that will own a clipboard object.
|
FlavorListener | Interface for tagging an interest in FlavorEvents by a class. |
FlavorMap | This interface maps between native platform type names and DataFlavors.
|
FlavorTable | A FlavorMap which no longer requires a 1-to-1 mapping between flavors. |
Transferable | This interface is implemented by classes that can transfer data.
|
Clipboard | This class allows data to be transferred using a cut and paste type
mechanism.
|
DataFlavor | This class represents a particular data format used for transferring
data via the clipboard.
|
FlavorEvent | Event indicating a Clipboard has different flavors available.
|
StringSelection | This class transfers a string as plain text using the clipboard.
|
SystemFlavorMap | This class maps between native platform type names and DataFlavors.
|
Classes to represent different flavors of data for transferring native
and system types through for example a clipboard.