Java java.awt.datatransfer Transferable fields, constructors, methods, implement or subclass

Example usage for Java java.awt.datatransfer Transferable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.datatransfer Transferable.

The text is from its open source code.

Implementation

java.awt.datatransfer.Transferable has the following implementations.
Click this link to see all its implementation.

Constructor

Method

ObjectgetTransferData(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.
booleanisDataFlavorSupported(DataFlavor flavor)
Returns whether or not the specified data flavor is supported for this object.
StringtoString()
Returns a string representation of the object.