Java in a Nutshell Online Quick Reference for Java 1.1
Availability: JDK 1.1
public class Clipboard extends Object { // Public Constructor public Clipboard(String name); // Protected Instance Variables protected Transferable contents; protected ClipboardOwner owner; // Public Instance Methods public synchronized Transferable getContents(Object requestor); public String getName(); public synchronized void setContents(Transferable contents, ClipboardOwner owner); }