<?xml version="1.0" standalone="yes"?>
<!--<?xml-stylesheet type="text/xsl" href="olifGlossary.xsl"?>-->
<!--<!DOCTYPE olif SYSTEM 'olif.dtd'>-->
<!-- 	$DateTime: 2001/10/31 16:46:13 $ $Revision: #3 $ -->
<olif OlifVersion="2.0 (July 2001)">
<header CreaTool="XEmacs" CreatToolVersion="21.4" OrigFormat="none" AdminLang="en" 
CreaDate="20011030T140324Z" CreaId="christian.lieske@sap.com">
 <fileDesc>
  <fileName>olifExMonoJavaHelp</fileName> 
  <fileId>OLIF - monolingual Example - JavaHelp</fileId> 
  <fileExtent>
  <entryCount>44</entryCount> 
  <termCount>44</termCount> 
  <byteCount Unit="kb">20</byteCount> 
  </fileExtent>
 </fileDesc>
 <publStmt>
   <distributor>
  <name>Christian Lieske</name> 
  <address>un</address> 
  <telephone>un</telephone> 
  <fax>un</fax> 
  <eAddress EAddressType="email">christian.lieske@sap.com</eAddress> 
   </distributor>
   <owner>
  <name>SAP</name> 
  <address>Walldorf, Germany</address> 
  <telephone>un</telephone> 
  <fax>un</fax> 
  <eAddress EAddressType="email">christian.lieske@sap.com</eAddress> 
  </owner>
  <idNo IdNoType="internal">OLIF - monolingual Example - JavaHelp</idNo> 
  <availability Region="world" PubStatus="restricted">for OLIF2 Consortium 
use (includes all of SAP)</availability> 
  	   <date DateValue="ISO 8601">20011030T140324Z</date> 
  </publStmt>
  <contentInfo>
  <quotMarkInfo QuotMarkRet="all" QuotMarkForm="std">un</quotMarkInfo> 
  <langIdUse>region_standard</langIdUse> 

      <valueDefaults>
	<valDefault ValDefaultRefType="el" ValDefaultRefName="subjField">JavaHelp</valDefault>
      </valueDefaults>
  </contentInfo>
    <note>definitions follow that from Kevin Lewis' book 'Creating Effective JavaHelp'</note>
</header>
  <body>
    <entry>
      <mono>
	<keyDC>
	  <canForm>JavaHelp</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>An online help system from SUN Microsystems that has beeen developed in particular for use with the Java programming language. JavaHelp is implemented by means of Java classes that work on content files and configuration files jointly referred to as HelpSet.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>HelpSet</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A set of files which jointly implement documentation that is used with the JavaHelp online help system. Two types of files are distinguished: content files (in HTML), and configuration files (in XML).</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>configuration file</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A file type (in XML format) for the JavaHelp online help system which holds information such as file locations. JavaHelp distinguishes two kinds of configuration files: data files (namely the HelpSet file, and the map file), and navigation files.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>content file</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A file type (in HTML format) for the JavaHelp online help system which holds the information that is presented to readers.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>HelpSet file</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>The top-most/master configuration file (extension hs) in a HelpSet which holds information such as the location of additional configuration files.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>map file</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A configuration file (extension jhm) in a HelpSet which holds information about mappings between shorthand names for files, and the corresponding file's physical location (ie. path and filename).</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>navigation file</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A configuration file which holds information for one of the navigation components of the HelpSet Viewer.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>navigation component</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>An element of the HelpSet viewer which allows readers to interact with the content files of a HelpSet. The HelpSet Viewer distinguishes three types of navigation components: table of contents, index, and full-textsearch</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>HelpSet Viewer</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>The user interface of the JavaHelp online help system. The HelpSet Viewer presents itself as a browser-like window with a menu bar, a toolbar, a navigation pane, and a content pane.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>help presentation mode</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>The way in which a HelpSet is presented to readers. JavaHelp distinguishes between two modes: in-process mode, and out-of-process mode.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>in-process mode</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>In in-process mode, the JavaHelp system runs together with the program whose HelpSet is accessed.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>out-of-process mode</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>In out-of-process mode, the JavaHelp system runs without any connection to a program.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>context-sensitive information</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>Content for a specific state-of-affairs in a running program. JavaHelp distinguishes two types of context-sensitive information: screen-level information and field-level information.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>screen-level information</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>Context-sensitive information that is meant to be presented when a user selects the menu item for help in a particular application screen.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>field-level information</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>Context-sensitive information that is meant to be presented when a user activates a specific mechanism (for example a 'What's this' button) and then points to a particular part of the user interface (eg. a label) of the application he is running.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>applet</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A Java application which runs in a Web browser.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>Java archive</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A collection of Java-related files that has been grouped into a single container (similar to a ZIP-file). JavaHelp can access content files and configuration files in a Java archive by means of the JAR-colon protocol.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>indexing utility</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A SUN Microsystems utility program for creating the full-text search navigation file.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>JavaHelp JAR file</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>The Java archive which contains all of the Java code which implements the JavaHelp functionality.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>online help system</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>Software that allows users of an application to read application-related information online. JavaHelp, HTML Help, and WinHelp are examples of online help systems.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>JavaHelp API</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>Collection of objects, methods and properties from the Java class files that implement the JavaHelp, and which can be used in other programs.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>map ID</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A shorthand name/unique keyword which identifies each content file in a HelpSet.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>JavaHelp distribution</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>The overall set of files needed to get the JavaHelp online help system running (most notably Java class files and documentation). The JavaHelp distribution does not include a Java runtime environment.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>hsviewer</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A utility that allows users to load a specific HelpSet into the HelpSet Viewer.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>list of hits</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>List of titles of content files which is returned by the full-text search.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>ranking</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>An element in the list of hits which indicates how lcose a the content of a file is to the search term.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>search term</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A text string that is entered by a user for a full-text search.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
   <entry>
      <mono>
	<keyDC>
	  <canForm>index item</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A string maintained in the index file which can be displayed in JavaHelp's index.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>primary index item</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>An index item which is maintained and displayed on the top-most level of an index.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>secondary index item</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>An index item which is maintained and displayed subordniated to a primary index item.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>indexing engine</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>Software which creates an index (eg. for full-text search). The JavaHelp distribution contains the indexing engine 'jhindexer'.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>query engine</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>Software which matches search terms to information in an index. The JavaHelp distribution contains the query engine 'jhsearch'.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>topic map</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>An XML-based description for a collection of content files. The description includes names of content files and the files' location.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>multipart name</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A naming convention which can be used to classify content files (e.g. the prefix 'img' for images).</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>open control</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>An element of JavaHelp's table of contents navigation component. The open control expands the current level to the one below.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
   <entry>
      <mono>
	<keyDC>
	  <canForm>close control</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>An element of JavaHelp's table of contents navigation component. The close control collapses the current level.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>table of contents level</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A subdivision of the table of contents which groups related contents into one single category.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>jhindexer</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>An indexing engine distributed with JavaHelp.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>jhsearch</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A query engine distributed with JavaHelp.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>Java GUI component</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>An element of a GUI (for example a menubar, an input text field, a check box, a combo box) implemented in Java (eg. by means of Swing GUI components).</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>ActionListener</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A Java class that monitors specific user actions (eg. selection from a menubar).</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>help activator</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A way to start an online help system. JavaHelp distinguishes three main types of help activators: menu item, button, and keyboard key (eg. 'F1').</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>HelpBroker</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A Java class that handles the communication between an application and the JavaHelp online help system.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
    <entry>
      <mono>
	<keyDC>
	  <canForm>screen context</canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition>A screen in a GUI to which a specific JavaHelp content file has been linked.</definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
<!-- template for entry
    <entry>
      <mono>
	<keyDC>
	  <canForm></canForm>
	  <language>en</language>
	  <ptOfSpeech>noun</ptOfSpeech>
	  <subjField></subjField>
	</keyDC>
	<monoDC>
	  <monoSem>
	    <definition></definition>
	  </monoSem>
	</monoDC>
      </mono>
    </entry>
-->
  </body>
</olif>