| 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. |