home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / unsupported / JDK1.2beta3 / SOURCE / LIB / flavormap.properties < prev    next >
Encoding:
Text File  |  1998-03-20  |  742 b   |  25 lines

  1. #  @(#)flavormap.properties    1.4
  2.  
  3. #
  4. # This properties file is loaded by java.awt.dnd.FlavorMap class on loading
  5. # and contains the Win32 platform specific default mappings between
  6. # "common" Win32 Clipboard atoms and a "platform" independent MIME
  7. # type string.
  8. #
  9. # It is required that there is 1-to-1 (inverse) mapping between platform
  10. # targets and MIME strings.
  11. #
  12. # these "defaults" may be augmented by specifying the:
  13. #
  14. #     awt.DnD.flavorMapFileURL 
  15. #
  16. # property in the appropriate awt.properties file
  17. # this will cause this properties URL to also be loaded into the FlavorMap.
  18. #
  19.  
  20.  
  21. TEXT=text/plain; charset=ascii
  22. UNICODE\ TEXT=text/plain;charset=unicode
  23. HTML\ Format=text/html;charset=unicode
  24. Rich\ Text\ Format=text/enriched;charset=ascii
  25.