API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.datatransfer. FlavorMap View Source
Author(s)
Since
1.2
Version
1.20, 11/17/05
Serial
Hierarchy
 FlavorMap
Subinterfaces
Description
public interface FlavorMap
  A two-way Map between "natives" (Strings), which correspond to platform- specfic data formats, and "flavors" (DataFlavors), which corerspond to platform-independent MIME types.
See also:   
Methods
Hide/Show inherited methods
public Map<String, DataFlavor> getFlavorsForNatives (String natives)
  Returns a Map of the specified String natives to their corresponding DataFlavor.
public Map<DataFlavor, String> getNativesForFlavors (DataFlavor flavors)
  Returns a Map of the specified DataFlavors to their corresponding String native.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar