Transferable

Interface Transferable

All Known Implementing Classes:
DataHandler, DropTargetContext.TransferableProxy, StringSelection
public interface Transferable

Defines the interface for classes that can be used to provide data for a transfer operation.

For information on using data transfer with Swing, see How to Use Drag and Drop and Data Transfer, a section in The Java Tutorial, for more information.

Methods

getTransferDataFlavors

DataFlavor[]