| Clipboard | This class allows data to be transferred using a cut and paste type
mechanism. |
| ClipboardOwner | This interface is for classes that will own a clipboard object. |
| DataFlavor | This class represents a particular data format used for transferring
data via the clipboard. |
| 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. |
| MimeTypeParseException | MIME string couldn't be parsed correctly. |
| StringSelection | This class transfers a string as plain text using the clipboard. |
| SystemFlavorMap | This class maps between native platform type names and DataFlavors. |
| Transferable | This interface is implemented by classes that can transfer data. |
| UnsupportedFlavorException | The data flavor requested is not supported for the transfer data. |