-
class
The class ClientFileTransfer
allows the user to drop files from the user's file
system on a DropTarget
.
-
class
The class ByteArrayTransfer
provides a platform specific
mechanism for converting a java byte[]
to a platform
specific representation of the byte array and vice versa.
class
The class FileTransfer
provides a platform specific mechanism
for converting a list of files represented as a java String[]
to
a platform specific representation of the data and vice versa.
class
The class HTMLTransfer
provides a platform specific mechanism
for converting text in HTML format represented as a java String
to a platform specific representation of the data and vice versa.
class
The class ImageTransfer
provides a platform specific mechanism
for converting an Image represented as a java ImageData
to a
platform specific representation of the data and vice versa.
class
The class RTFTransfer
provides a platform specific mechanism for
converting text in RTF format represented as a java String
to a
platform specific representation of the data and vice versa.
class
The class TextTransfer
provides a platform specific mechanism
for converting plain text represented as a java String
to a
platform specific representation of the data and vice versa.
class
The class URLTransfer
provides a platform specific mechanism for
converting text in URL format represented as a java String
to a
platform specific representation of the data and vice versa.
Returns the list of data types that can be transferred by this DragSource.
Returns a list of the data types that can be transferred to this DropTarget.
Retrieve the data of the specified type currently available on the system
clipboard.
void
Place data of the specified type on the system clipboard.
void
Specifies the list of data types that can be transferred by this DragSource.
void
Specifies the data types that can be transferred to this DropTarget.