Example usage for Java java.awt.datatransfer Transferable fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | getTransferData(DataFlavor flavor) Returns an object which represents the data to be transferred. |
DataFlavor[] | getTransferDataFlavors() Returns an array of DataFlavor objects indicating the flavors the data can be provided in. |
boolean | isDataFlavorSupported(DataFlavor flavor) Returns whether or not the specified data flavor is supported for this object. |
String | toString() Returns a string representation of the object. |