| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines the interface for classes that can be used to provide data for a transfer operation.
| 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 | 
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 dataIOException - if the data is no longer available
              in the requested flavor.UnsupportedFlavorException - if the requested data flavor is
              not supported.DataFlavor.getRepresentationClass()| 
 | JavaTM 2 Platform Std. Ed. v1.3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Oracle and/or its affiliates, in the US and other countries.
Copyright © 1995, 2010 Oracle and/or its affiliates.    All rights reserved.