java.awt.datatransfer Interface and Class Details

This package contains interfaces and classes to support copy, cut, and paste operations between applications.

Interface ClipboardOwner

public abstract interface ClipboardOwner
						

This interface is used by classes that provide input to the system clipboard.

Methods
public void
								lostOwnership(Clipboard clipboard, Transferable contents)

Interface FlavorMap

public abstract interface FlavorMap
						

This is used by implementing classes to map Native types to Mime types and associated DataFlavors.

Methods
public Map
								getNativesForFlavors(DataFlavor[] flavors)
public Map    getFlavorsForNatives(String[] natives)

Interface Transferable

public abstract interface Transferable

This interface declares methods ...

Get PURE Java™ 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.