doc_en.hs 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version='1.0' encoding='UTF-8' ?>
  2. <!DOCTYPE helpset
  3. PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp HelpSet Version 2.0//EN"
  4. "http://java.sun.com/products/javahelp/helpset_2_0.dtd">
  5. <helpset version="2.0">
  6. <!-- title -->
  7. <title>Logisim - Help</title>
  8. <!-- maps -->
  9. <maps>
  10. <homeID>top</homeID>
  11. <mapref location="map_en.jhm" />
  12. </maps>
  13. <!-- views -->
  14. <view xml:lang="en" mergetype="javax.help.UniteAppendMerge">
  15. <name>TOC</name>
  16. <label>Table Of Contents</label>
  17. <type>javax.help.TOCView</type>
  18. <data>en/contents.xml</data>
  19. </view>
  20. <view>
  21. <name>Search</name>
  22. <label>Search</label>
  23. <type>javax.help.SearchView</type>
  24. <data engine="com.sun.java.help.search.DefaultSearchEngine">search_lookup_en</data>
  25. </view>
  26. <view>
  27. <name>Favorites</name>
  28. <label>Favorites</label>
  29. <type>javax.help.FavoritesView</type>
  30. </view>
  31. <!-- presentation windows -->
  32. <!-- This window is the default one for the helpset.
  33. * It is a tri-paned window because displayviews, not
  34. * defined, defaults to true and because a toolbar is defined.
  35. * The toolbar has a back arrow, a forward arrow, and
  36. * a home button that has a user-defined image.
  37. -->
  38. <presentation default=true>
  39. <name>main window</name>
  40. <size width="900" height="700" />
  41. <location x="200" y="10" />
  42. <toolbar>
  43. <helpaction>javax.help.BackAction</helpaction>
  44. <helpaction>javax.help.ForwardAction</helpaction>
  45. <helpaction image="homeicon">javax.help.HomeAction</helpaction>
  46. <helpaction>javax.help.SeparatorAction</helpaction>
  47. <helpaction>javax.help.FavoritesAction</helpaction>
  48. </toolbar>
  49. </presentation>
  50. <!-- implementation section -->
  51. <impl>
  52. <helpsetregistry helpbrokerclass="javax.help.DefaultHelpBroker" />
  53. <viewerregistry viewertype="text/html"
  54. viewerclass="com.sun.java.help.impl.CustomKit" />
  55. <viewerregistry viewertype="text/xml"
  56. viewerclass="com.sun.java.help.impl.CustomXMLKit" />
  57. </impl>
  58. </helpset>