public interface Transferable
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.
| Modifier and Type | Method and Description |
|---|---|
Object |
getTransferData(DataFlavor
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
Returns whether or not the specified data flavor is supported for this object.
|
DataFlavor[] getTransferDataFlavors()
boolean isDataFlavorSupported(DataFlavorflavor)
flavor - the requested flavor for the data
ObjectgetTransferData(DataFlavor flavor) throws UnsupportedFlavorException , IOException
flavor - the requested flavor for the data
IOException - if the data is no longer available in the requested flavor.
UnsupportedFlavorException - if the requested data flavor is not supported.
DataFlavor.getRepresentationClass()