Generated by
JDiff

Class java.awt.datatransfer.SystemFlavorMap

Added interface java.awt.datatransfer.FlavorTable.
Documentation changed from old to new.

Added Methods
void addFlavorForUnencodedNative(String, DataFlavor) Adds a mapping from a single String native to a single DataFlavor.
void addUnencodedNativeForFlavor(DataFlavor, String) Adds a mapping from the specified DataFlavor (and all DataFlavors equal to the specified DataFlavor) to the specified String native.
List getFlavorsForNative(String) Returns a List of DataFlavors to which the specified String native can be translated by the data transfer subsystem.
List getNativesForFlavor(DataFlavor) Returns a List of String natives to which the specified DataFlavor can be translated by the data transfer subsystem.
void setFlavorsForNative(String, DataFlavor[]) Discards the current mappings for the specified String native and creates new mappings to the specified DataFlavors.
void setNativesForFlavor(DataFlavor, String[]) Discards the current mappings for the specified DataFlavor and all DataFlavors equal to the specified DataFlavor and creates new mappings to the specified String natives.
 

Changed Methods
DataFlavor decodeDataFlavor(String) Documentation changed from old to new.
Decodes a String native for use as a DataFlavor.
String decodeJavaMIMEType(String) Documentation changed from old to new.
Decodes a String native for use as a Java MIME type.
String encodeDataFlavor(DataFlavor) Documentation changed from old to new.
Encodes a DataFlavor for use as a String native.
String encodeJavaMIMEType(String) Documentation changed from old to new.
Encodes a MIME type for use as a String native.
FlavorMap getDefaultFlavorMap() Documentation changed from old to new.
Returns the default FlavorMap for this thread's ClassLoader.
Map getFlavorsForNatives(String[]) Documentation changed from old to new.
Returns a Map of the specified String natives to their most preferred DataFlavor.
Map getNativesForFlavors(DataFlavor[]) Documentation changed from old to new.
Returns a Map of the specified DataFlavors to their most preferred String native.
boolean isJavaMIMEType(String) Documentation changed from old to new.
Returns whether the specified String is an encoded Java MIME type.