See: Description
| Class | Description |
|---|---|
| AbstractTransferable |
Base class for transferable objects.
|
| CharArrayReaderTransferable | |
| CompositeTransferable | |
| DefaultTransferable |
A Transferable which uses a char array or a byte array as its data source.
|
| DummyClipboardOwner |
DummyClipboardOwner.
|
| FileListTransferable |
Java File List Transferable.
|
| FileTextFieldTransferHandler |
The FileTextFieldTransferHandler can be used to add drag and drop
support for JTextFields, which contain the path to a file.
|
| JVMLocalObjectTransferable | |
| MimeType |
A Multipurpose Internet Mail Extension (MIME) type, as defined
in RFC 2045 and 2046.
|
| PictImageReader |
PictImageReader for reading clipboard images with the "images/x-pict"
data flavor.
|
| PlainTextTransferable |
PlainTextTransferable.
|
| StringTransferable |
StringTransferable.
|
| XMLTransferable |
| Exception | Description |
|---|---|
| MimeTypeParseException |
A class to encapsulate MimeType parsing related exceptions
|