src/macosx/lib/flavormap.properties

Print this page


   1 #
   2 # This properties file is used to initialize the default
   3 # java.awt.datatransfer.SystemFlavorMap. It contains the X11 platform-specific,
   4 # default mappings between common X11 selection atoms and platform-independent
   5 # MIME type strings, which will be converted into
   6 # java.awt.datatransfer.DataFlavors.
   7 #
   8 # These default mappings may be augmented by specifying the
   9 #
  10 #       AWT.DnD.flavorMapFileURL 
  11 #
  12 # property in the appropriate awt.properties file. The specified properties URL
  13 # will be loaded into the SystemFlavorMap.
  14 #
  15 # The standard format is:
  16 #
  17 # <native>=<MIME type>
  18 #
  19 # <native> should be a string identifier that the native platform will
  20 # recognize as a valid data format. <MIME type> should specify both a MIME
  21 # primary type and a MIME subtype separated by a '/'. The MIME type may include
  22 # parameters, where each parameter is a key/value pair separated by '=', and
  23 # where each parameter to the MIME type is separated by a ';'.
  24 #


  59 # See java.awt.datatransfer.DataFlavor.selectBestTextFlavor for a list of
  60 # text flavors which support the charset parameter.
  61 
  62 UTF8_STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
  63 
  64 # The COMPOUND_TEXT support for inter-client text transfer is disabled by 
  65 # default. The reason is that many native applications prefer this format over 
  66 # other native text formats, but are unable to decode the textual data in this 
  67 # format properly. This results in java-to-native text transfer failures.
  68 # To enable the COMPOUND_TEXT support for this JRE installation uncomment 
  69 # the line below.
  70 
  71 # COMPOUND_TEXT=text/plain;charset=x-compound-text;eoln="\n";terminators=0
  72 
  73 TEXT=text/plain;eoln="\n";terminators=0
  74 STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
  75 FILE_NAME=application/x-java-file-list;class=java.util.List
  76 text/uri-list=application/x-java-file-list;class=java.util.List
  77 PNG=image/x-java-image;class=java.awt.Image
  78 JFIF=image/x-java-image;class=java.awt.Image


   1 #
   2 # This properties file is used to initialize the default
   3 # java.awt.datatransfer.SystemFlavorMap. It contains the MacOSX platform-specific,
   4 # default mappings between common MacOSX selection atoms and platform-independent
   5 # MIME type strings, which will be converted into
   6 # java.awt.datatransfer.DataFlavors.
   7 #
   8 # These default mappings may be augmented by specifying the
   9 #
  10 #       AWT.DnD.flavorMapFileURL 
  11 #
  12 # property in the appropriate awt.properties file. The specified properties URL
  13 # will be loaded into the SystemFlavorMap.
  14 #
  15 # The standard format is:
  16 #
  17 # <native>=<MIME type>
  18 #
  19 # <native> should be a string identifier that the native platform will
  20 # recognize as a valid data format. <MIME type> should specify both a MIME
  21 # primary type and a MIME subtype separated by a '/'. The MIME type may include
  22 # parameters, where each parameter is a key/value pair separated by '=', and
  23 # where each parameter to the MIME type is separated by a ';'.
  24 #


  59 # See java.awt.datatransfer.DataFlavor.selectBestTextFlavor for a list of
  60 # text flavors which support the charset parameter.
  61 
  62 UTF8_STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
  63 
  64 # The COMPOUND_TEXT support for inter-client text transfer is disabled by 
  65 # default. The reason is that many native applications prefer this format over 
  66 # other native text formats, but are unable to decode the textual data in this 
  67 # format properly. This results in java-to-native text transfer failures.
  68 # To enable the COMPOUND_TEXT support for this JRE installation uncomment 
  69 # the line below.
  70 
  71 # COMPOUND_TEXT=text/plain;charset=x-compound-text;eoln="\n";terminators=0
  72 
  73 TEXT=text/plain;eoln="\n";terminators=0
  74 STRING=text/plain;charset=UTF-8;eoln="\n";terminators=0
  75 FILE_NAME=application/x-java-file-list;class=java.util.List
  76 text/uri-list=application/x-java-file-list;class=java.util.List
  77 PNG=image/x-java-image;class=java.awt.Image
  78 JFIF=image/x-java-image;class=java.awt.Image
  79 RICH_TEXT=text/rtf
  80 HTML=text/html;charset=utf-8;eoln="\r\n";terminators=1