| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Methods with parameter type java.awt.datatransfer.DataFlavor | |
| boolean | |
Methods with parameter type java.awt.datatransfer.DataFlavor | |
| Object | Returns the data in the specified DataFlavor.
|
| boolean | |
| boolean | Tests whether or not this data can be delivered in the specified data
flavor.
|
| boolean | |
| boolean | |
Methods with return type java.awt.datatransfer.DataFlavor | |
| DataFlavor[] | |
| DataFlavor[] | |
| DataFlavor[] | |
| DataFlavor[] | This method returns a list of available data flavors for the data being
transferred. |
Constructors with parameter type java.awt.datatransfer.DataFlavor | |
Initializes a new instance of UnsupportedDataFlavor
for the specified data flavor.
| |
Fields of type java.awt.datatransfer.DataFlavor | |
| DataFlavor | This is an image flavor used for transferring images. |
| DataFlavor | This is a data flavor used for transferring lists of files. |
| DataFlavor | This is the data flavor used for tranferring plain text. |
| DataFlavor | This is the data flavor used for transferring Java strings. |
Methods with parameter type java.awt.datatransfer.DataFlavor | |
| String | Returns the native type name for the given data flavor.
|
| boolean | This method test the specified DataFlavor for equality
against this object. |
| Object | |
| List | Returns a list of String natives corresponding to the given flavor. |
| List | Returns a list of String natives corresponding to the given flavor. |
| Map | Maps the specified DataFlavor objects to the native
data type name. |
| Map | Maps the specified DataFlavor objects to the native
data type name. |
| Object | This method returns the data in the requested format.
|
| Object | Returns the data in the specified DataFlavor.
|
| boolean | |
| boolean | Tests whether or not the specified data flavor is supported.
|
| boolean | Tests whether or not this data can be delivered in the specified data
flavor.
|
| boolean | Tests the MIME type of this object for equality against the specified
data flavor's MIME type
|
| boolean | Returns true when the given DataFlavor
matches this one.
|
| DataFlavor | Selects the best supported text flavor on this implementation.
|
Methods with return type java.awt.datatransfer.DataFlavor | |
| DataFlavor | Returns the data flavor given the native type name
or null when no such data flavor exists.
|
| DataFlavor[] | |
| DataFlavor | XXX - Currently returns plainTextFlavor.
|
| DataFlavor[] | Returns a list of supported data flavors.
|
| DataFlavor[] | This method returns a list of available data flavors for the data being
transferred. |
| DataFlavor | Selects the best supported text flavor on this implementation.
|
Methods with return type java.awt.datatransfer.DataFlavor | |
| DataFlavor[] | |
| GNU Classpath (0.18) |