Changed Methods |
Object getTransferData(DataFlavor )
|
Documentation changed from old to new. Changed from synchronized to non-synchronized.
|
Returns the Transferable's data in the requested DataFlavor if possible. |
DataFlavor[] getTransferDataFlavors()
|
Documentation changed from old to new. Changed from synchronized to non-synchronized.
|
Returns an array of flavors in which this Transferable can provide the data. |
boolean isDataFlavorSupported(DataFlavor )
|
Documentation changed from old to new. |
Returns whether the requested flavor is supported by this Transferable. |