|
Préférences
Moteurs de recherche
|
||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
java.awt.datatransfer
|
Method Summary | |
---|---|
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. |
Method Detail |
---|
DataFlavor[] getTransferDataFlavors()
boolean isDataFlavorSupported(DataFlavor flavor)
flavor
- the requested flavor for the data
Object getTransferData(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()