API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.datatransfer. Transferable View Source
Author(s)
Amy Fowler
Since
Version
1.14, 11/17/05
Serial
Hierarchy
 Transferable
Subinterfaces
Description
public interface Transferable
  Defines the interface for classes that can be used to provide data for a transfer operation.
See also:   
Methods
Hide/Show inherited methods
public Object getTransferData (DataFlavor flavor) throws UnsupportedFlavorException IOException
  Returns an object which represents the data to be transferred.
public DataFlavor getTransferDataFlavors ()
  Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
public boolean isDataFlavorSupported (DataFlavor flavor)
  Returns whether or not the specified data flavor is supported for this object.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar