December 1999
Intermediate to advanced
816 pages
20h 27m
English
This package contains interfaces and classes to support copy, cut, and paste operations between applications.
public abstract interface ClipboardOwner
This interface is used by classes that provide input to the system clipboard.
public void
lostOwnership(Clipboard clipboard, Transferable contents)
public abstract interface FlavorMap
This is used by implementing classes to map Native types to Mime types and associated DataFlavors.
public Map getNativesForFlavors(DataFlavor[] flavors) public Map getFlavorsForNatives(String[] natives)
public abstract interface Transferable
This interface declares methods ...
Read now
Unlock full access