|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Safe: Defines the interface for classes that can be used to provide data for a transfer operation.
| Method Summary | |
Object |
getTransferData(DataFlavor flavor)
Enabled: Returns an object which represents the data to be transferred. |
DataFlavor[] |
getTransferDataFlavors()
Enabled: Returns an array of DataFlavor objects indicating the flavors the data can be provided in. |
boolean |
isDataFlavorSupported(DataFlavor flavor)
Enabled: Returns whether or not the specified data flavor is supported for this object. |
| Method Detail |
public DataFlavor[] getTransferDataFlavors()
public boolean isDataFlavorSupported(DataFlavor flavor)
flavor - the requested flavor for the data
public Object getTransferData(DataFlavor flavor)
throws UnsupportedFlavorException,
IOException
flavor - the requested flavor for the data
UnsupportedFlavorException
IOExceptionDataFlavor.getRepresentationClass()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||