SystemFlavorMap
Class SystemFlavorMap
- java.lang.Object
-
- java.awt.datatransfer.SystemFlavorMap
- All Implemented Interfaces:
- FlavorMap, FlavorTable
public final class SystemFlavorMap extends Object implements FlavorMap, FlavorTable
The SystemFlavorMap is a configurable map between "natives" (Strings), which correspond to platform-specific data formats, and "flavors" (DataFlavors), which correspond to platform-independent MIME types. This mapping is used by the data transfer subsystem to transfer data between Java and native applications, and between Java applications in separate VMs.
- <