Liking cljdoc? Tell your friends :D

jdk.awt.datatransfer.Transferable

Defines the interface for classes that can be used to provide data for a transfer operation.

For information on using data transfer with Swing, see

How to Use Drag and Drop and Data Transfer, a section in The Java Tutorial, for more information.

Defines the interface for classes that can be used to provide data
for a transfer operation.

For information on using data transfer with Swing, see

How to Use Drag and Drop and Data Transfer,
a section in The Java Tutorial, for more information.
raw docstring

data-flavor-supported?clj

(data-flavor-supported? this flavor)

Returns whether or not the specified data flavor is supported for this object.

flavor - the requested flavor for the data - java.awt.datatransfer.DataFlavor

returns: boolean indicating whether or not the data flavor is supported - boolean

Returns whether or not the specified data flavor is supported for
 this object.

flavor - the requested flavor for the data - `java.awt.datatransfer.DataFlavor`

returns: boolean indicating whether or not the data flavor is supported - `boolean`
raw docstring

get-transfer-dataclj

(get-transfer-data this flavor)

Returns an object which represents the data to be transferred. The class of the object returned is defined by the representation class of the flavor.

flavor - the requested flavor for the data - java.awt.datatransfer.DataFlavor

returns: java.lang.Object

throws: java.io.IOException - if the data is no longer available in the requested flavor.

Returns an object which represents the data to be transferred.  The class
 of the object returned is defined by the representation class of the flavor.

flavor - the requested flavor for the data - `java.awt.datatransfer.DataFlavor`

returns: `java.lang.Object`

throws: java.io.IOException - if the data is no longer available in the requested flavor.
raw docstring

get-transfer-data-flavorsclj

(get-transfer-data-flavors this)

Returns an array of DataFlavor objects indicating the flavors the data can be provided in. The array should be ordered according to preference for providing the data (from most richly descriptive to least descriptive).

returns: an array of data flavors in which this data can be transferred - java.awt.datatransfer.DataFlavor[]

Returns an array of DataFlavor objects indicating the flavors the data
 can be provided in.  The array should be ordered according to preference
 for providing the data (from most richly descriptive to least descriptive).

returns: an array of data flavors in which this data can be transferred - `java.awt.datatransfer.DataFlavor[]`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close