JavaTM 2 Platform
Std. Ed. v1.3.1

Uses of Class
java.awt.datatransfer.UnsupportedFlavorException

Packages that use UnsupportedFlavorException
com.apple.mrj.datatransfer   
java.awt.datatransfer   
java.awt.dnd   
 

Uses of UnsupportedFlavorException in com.apple.mrj.datatransfer
 

Methods in com.apple.mrj.datatransfer that throw UnsupportedFlavorException
 void Transfer.setDataFlavorFlags(DataFlavor flavor, int flags)
          Deprecated. Sets the flags for a data flavor.
 Object Transfer.getRawTransferData(DataFlavor flavor)
          Deprecated. Gets the transfer data without resolving promises (calling getPromiseData) or wrapping any InputStreams around byte arrays.
 Object Transfer.getTransferData(DataFlavor flavor)
          Deprecated. Returns an object which represents the data to be transferred.
 int Transfer.getDataFlavorFlags(DataFlavor flavor)
          Deprecated. Returns the flags associated with a DataFlavor.
 Object TranslationSet.translate(Object data, Translation t)
          Deprecated. Performs a translation on a data item, whose class is expected to match the representationClass of the Translation's source flavor.
 Object TranslationSet.translate(Transferable t, DataFlavor destination)
          Deprecated. Translates the data from a Transferable into the desired destination flavor.
 Object TranslatedTransferable.getTransferData(DataFlavor flavor)
          Deprecated.  
 int TranslatedTransferable.getDataFlavorFlags(DataFlavor flavor)
          Deprecated.  
 Object Translator.translate(Object data, Translation t)
          Deprecated. Performs a translation on a data item, whose class is expected to match the representationClass of the Translation's source flavor.
 Object FileTransferable.getTransferData(DataFlavor flavor)
          Deprecated.  
 int FlaggedTransferable.getDataFlavorFlags(DataFlavor flavor)
          Deprecated. Returns the flags associated with a particular data flavor.
 

Constructors in com.apple.mrj.datatransfer that throw UnsupportedFlavorException
FileTransferable(IncomingDrag drag)
          Deprecated. Creates a FileTransferable from the IncomingDrag with the default translation set.
 

Uses of UnsupportedFlavorException in java.awt.datatransfer
 

Methods in java.awt.datatransfer that throw UnsupportedFlavorException
 Reader DataFlavor.getReaderForText(Transferable transferable)
          Gets a reader for an input stream, decoded for the expected charset (encoding).
 Object Transferable.getTransferData(DataFlavor flavor)
          Returns an object which represents the data to be transferred.
 Object StringSelection.getTransferData(DataFlavor flavor)
          Returns the Transferable's data in the requested DataFlavor if possible.
 

Uses of UnsupportedFlavorException in java.awt.dnd
 

Methods in java.awt.dnd that throw UnsupportedFlavorException
 Object DropTargetContext.TransferableProxy.getTransferData(DataFlavor df)
          get the transfer data
 


JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.