Generated by
JDiff

Class java.awt.datatransfer.StringSelection

Documentation changed from old to new.

Changed Constructors
StringSelection(String) Documentation changed from old to new.
Creates a Transferable capable of transferring the specified String.
 

Changed Methods
Object getTransferData(DataFlavor) Documentation changed from old to new.
Returns the Transferable's data in the requested DataFlavor if possible.
DataFlavor[] getTransferDataFlavors() Documentation changed from old to new.
Returns an array of flavors in which this Transferable can provide the data.
boolean isDataFlavorSupported(DataFlavor) Documentation changed from old to new.
Returns whether the requested flavor is supported by this Transferable.