Generated by
JDiff

Class java.awt.datatransfer.Clipboard

Documentation changed from old to new.

Changed Constructors
Clipboard(String) Documentation changed from old to new.
Creates a clipboard object.
 

Changed Methods
Transferable getContents(Object) Documentation changed from old to new.
Returns a transferable object representing the current contents of the clipboard.
String getName() Documentation changed from old to new.
Returns the name of this clipboard object.
void setContents(Transferable, ClipboardOwner) Documentation changed from old to new.
Sets the current contents of the clipboard to the specified transferable object and registers the specified clipboard owner as the owner of the new contents.