Changed Methods |
Object getTransferData(DataFlavor )
|
Documentation changed from old to new. Changed from synchronized to non-synchronized.
|
Returns an object which represents the data provided by the encapsulated transferable for the requested data flavor. |
DataFlavor[] getTransferDataFlavors()
|
Documentation changed from old to new. Changed from synchronized to non-synchronized.
|
Returns an array of DataFlavor objects indicating the flavors the data can be provided in by the encapsulated transferable. |
boolean isDataFlavorSupported(DataFlavor )
|
Documentation changed from old to new. Changed from synchronized to non-synchronized.
|
Returns whether or not the specified data flavor is supported by the encapsulated transferable. |