javaToNative
converts a list of file names represented by a java String[]
to a platform specific representation. Each String
in the array contains the absolute path for a single file or directory.
@param object a java String[]
containing the file names to be converted
@param transferData an empty TransferData
object that willbe filled in on return with the platform specific format of the data
@see Transfer#nativeToJava
javaToNative
converts HTML-formatted text represented by a java String
to a platform specific representation.
@param object a java String
containing HTML text
@param transferData an empty TransferData
object that willbe filled in on return with the platform specific format of the data
@see Transfer#nativeToJava
javaToNative
converts RTF-formatted text represented by a java String
to a platform specific representation.
@param object a java String
containing RTF text
@param transferData an empty TransferData
object that willbe filled in on return with the platform specific format of the data
@see Transfer#nativeToJava
javaToNative
converts plain text represented by a java String
to a platform specific representation.
@param object a java String
containing text
@param transferData an empty TransferData
object that willbe filled in on return with the platform specific format of the data
@see Transfer#nativeToJava
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|