Oracle Help Overview | ![]() Contents | ![]() Previous | ![]() Next |
---|
The navigator window is a tabbed control for navigating and finding topics in the help system. By default, the navigator window contains tabs for a Contents, Index, and Search. Authors can control several characteristics of the navigator window simply by setting parameters for the help system. For example, you can change the labels on the tabs and add icons. You could also display multiple tables of contents, for example, one for product help and one for a tutorial. For a more complex system, a Java programmer can create custom tabs, and the author can add them to the navigator window.
This topic contains the following sections:
The following illustration shows the navigator window with the Contents tab selected. The topics are displayed in a hierarchical tree. The contents and structure of the tree are specified by the author. Multiple file formats are supported for defining the tree.
Contents Tab in the Navigator Window
When a user double-clicks a topic title in the table of contents, that topic is displayed in the topic window. The user may also open a topic in a new (additional) topic window, by selecting a button on the toolbar or by selecting a command from the right-click menu.
The table of contents has the following features:
The following illustration shows the navigator window with the Index tab selected. The index is an alphabetical list of keywords associated with topics. The keywords are defined by the help author, and, like the table of contents, multiple file formats are supported for specifying the list.
Index Tab in the Navigator Window
The process for using the index is described below. The numbers in the list correspond to the numbers called out in the illustration below.
The index has the following features:
The following illustration shows the navigator window with the Search tab selected. When a user types a word or phrase into the text field and selects Search, the titles of topics whose content contains that word or phrase are listed in the Results list at the bottom of the tab. When the user double-clicks a title, that topic appears in the topic window.
Search Tab in the Navigator Window
Users can set the following options when performing a search:
Search also has the following features:
The search database is generated when authoring the help system. The OHJDK (as well as authoring tools that support OHJ) includes a utility for generating this database, caled the Text Search Indexer. The search database uses an Oracle-defined file format. This search database is always used when you implement it on the client. You can also implement your own search on a server. For example, if you store your topics in an Oracle database, you can use the database's text processing capabilities to perform the search. (Note: You do not have to have an Oracle database to use OHJ.)
Among other features, the OHJ API allows you to customize the default OHJ user interface. For example, you can program custom tabs (called "navigators") in Java and add them to the navigator window. For example, you could provide a custom tab for Education, as shown in the illustration below.
Custom Navigator Tab in the Navigator Window
Copyright © 1996, 2004, Oracle. All rights reserved.