Class StringSelection

java.lang.Object
java.awt.datatransfer.StringSelection
All Implemented Interfaces:
ClipboardOwner, Transferable

public class StringSelection extends Object implements Transferable, ClipboardOwner
A Transferable which implements the capability required to transfer a String.

This Transferable properly supports DataFlavor.stringFlavor and all equivalent flavors. Support for DataFlavor.plainTextFlavor and all equivalent flavors is deprecated. No other DataFlavors are supported.

Since:
1.1
See Also: