0N/A#
0N/A# This properties file is used to initialize the default
0N/A# java.awt.datatransfer.SystemFlavorMap. It contains the Win32 platform-
0N/A# specific, default mappings between common Win32 Clipboard atoms and platform-
0N/A# independent MIME type strings, which will be converted into
0N/A# java.awt.datatransfer.DataFlavors.
0N/A#
0N/A# These default mappings may be augmented by specifying the
0N/A#
0N/A# AWT.DnD.flavorMapFileURL
0N/A#
0N/A# property in the appropriate awt.properties file. The specified properties URL
0N/A# will be loaded into the SystemFlavorMap.
0N/A#
0N/A# The standard format is:
0N/A#
0N/A# <native>=<MIME type>
0N/A#
0N/A# <native> should be a string identifier that the native platform will
0N/A# recognize as a valid data format. <MIME type> should specify both a MIME
0N/A# primary type and a MIME subtype separated by a '/'. The MIME type may include
0N/A# parameters, where each parameter is a key/value pair separated by '=', and
0N/A# where each parameter to the MIME type is separated by a ';'.
0N/A#
0N/A# Because SystemFlavorMap implements FlavorTable, developers are free to
0N/A# duplicate both native keys and DataFlavor values. If a mapping contains a
0N/A# duplicate key or value, earlier mappings which included this key or value
0N/A# will be preferred.
0N/A#
0N/A# Mappings whose values specify DataFlavors with primary MIME types of
0N/A# "text", and which support the charset parameter, should specify the exact
0N/A# format in which the native platform expects the data. The "charset"
0N/A# parameter specifies the char to byte encoding, the "eoln" parameter
0N/A# specifies the end-of-line marker, and the "terminators" parameter specifies
0N/A# the number of terminating NUL bytes. Note that "eoln" and "terminators"
0N/A# are not standardized MIME type parameters. They are specific to this file
0N/A# format ONLY. They will not appear in any of the DataFlavors returned by the
0N/A# SystemFlavorMap at the Java level.
0N/A#
0N/A# If the "charset" parameter is omitted, or has zero length, the platform
0N/A# default encoding is assumed. If the "eoln" parameter is omitted, or has
0N/A# zero length, "\n" is assumed. If the "terminators" parameter is omitted,
0N/A# or has a value less than zero, zero is assumed.
0N/A#
0N/A# Upon initialization, the data transfer subsystem will record the specified
0N/A# details of the native text format, but the default SystemFlavorMap will
0N/A# present a large set of synthesized DataFlavors which map, in both
0N/A# directions, to the native. After receiving data from the application in one
0N/A# of the synthetic DataFlavors, the data transfer subsystem will transform
0N/A# the data stream into the format specified in this file before passing the
0N/A# transformed stream to the native system.
0N/A#
0N/A# Mappings whose values specify DataFlavors with primary MIME types of
0N/A# "text", but which do not support the charset parameter, will be treated as
0N/A# opaque, 8-bit data. They will not undergo any transformation process, and
0N/A# any "charset", "eoln", or "terminators" parameters specified in this file
0N/A# will be ignored.
0N/A#
0N/A# See java.awt.datatransfer.DataFlavor.selectBestTextFlavor for a list of
0N/A# text flavors which support the charset parameter.
0N/A
0N/AUNICODE\ TEXT=text/plain;charset=utf-16le;eoln="\r\n";terminators=2
0N/ATEXT=text/plain;eoln="\r\n";terminators=1
0N/AHTML\ Format=text/html;charset=utf-8;eoln="\r\n";terminators=1
0N/ARich\ Text\ Format=text/rtf
0N/AHDROP=application/x-java-file-list;class=java.util.List
0N/APNG=image/x-java-image;class=java.awt.Image
0N/AJFIF=image/x-java-image;class=java.awt.Image
0N/ADIB=image/x-java-image;class=java.awt.Image
0N/AENHMETAFILE=image/x-java-image;class=java.awt.Image
0N/AMETAFILEPICT=image/x-java-image;class=java.awt.Image
0N/ALOCALE=application/x-java-text-encoding;class="[B"
0N/AUniformResourceLocator=application/x-java-url;class=java.net.URL
0N/AUniformResourceLocator=text/uri-list;eoln="\r\n";terminators=1
0N/AUniformResourceLocator=text/plain;eoln="\r\n";terminators=1
2129N/AFileGroupDescriptorW=application/x-java-file-list;class=java.util.List
2129N/AFileGroupDescriptor=application/x-java-file-list;class=java.util.List