Alphabetical Index: H

A B C D E F G H I J K L M N O P Q R S T U V W X Z

H

handleCommentOrDoctype(char) - method in class com.sun.java.help.impl.DocumentParser
Overrides ResourceBundle, same semantics.
handlePageSetup(Component) - method in class com.sun.java.help.impl.JHelpPrintHandler
Sets the PrintHandler to handle pageSetup as a separate action from printing.
HASH - static field in class com.sun.java.help.impl.DocPConst
hashtable - field in class com.sun.java.help.impl.TagProperties
Method for comparing ID of nodes
HEADER - static field in class javax.help.FavoritesNode
Header part of xml file
HeaderParser - class com.sun.java.help.impl.HeaderParser
This class provides is useful for the nightmare of parsing multi-part HTTP/RFC822 headers sensibly:

 From a String like: 'timeout=15, max=5'
 create an array of Strings:
 { {"timeout", "15"},
   {"max", "5"}
 }
 From one like: 'Basic Realm="FuzzFace" Foo="Biz Bar Baz"'
 create one like (no quotes in literal):
 { {"basic", null},
   {"realm", "FuzzFace"}
   {"foo", "Biz Bar Baz"}
 }
 keys are converted to lower case, vals are left as is....
HeaderParser(String) - constructor for class com.sun.java.help.impl.HeaderParser
help - field in class javax.help.plaf.basic.BasicHelpUI
help - field in class javax.help.DefaultHelpHistoryModel
Internal storage of HelpAction defined in a Presentaion
HelpAction - interface javax.help.HelpAction
HelpAction(String,Hashtable) - constructor for class javax.help.HelpSetFactory.HelpAction
HelpBroker - interface javax.help.HelpBroker
The HelpBroker is the default presentation of a HelpSet.
helpBrokerClass - static field in class javax.help.HelpSet
helpBrokerLoader - static field in class javax.help.HelpSet
UI factory interface for JHelpContentViewer.
HelpHistoryModel - interface javax.help.HelpHistoryModel
The interface to the history model.
Notifies interested parties that a change in a Help History Model source has occurred.
Represents a history change
helpModel - field in class javax.help.DefaultHelpHistoryModel
HelpModel - interface javax.help.HelpModel
The interface to the model of a JHelp that represents the HelpSet being presented to the user.
helpModel - field in class javax.help.JHelp
helpModel - field in class javax.help.JHelpNavigator
HelpModelEvent - class javax.help.event.HelpModelEvent
Notifies interested parties that a change in a Help Model source has occurred.
HelpModelEvent(Object,int,int) - constructor for class javax.help.event.HelpModelEvent
Creates a HelpModelEvent for highlighting.
HelpModelEvent(Object,javax.help.Map.ID,URL) - constructor for class javax.help.event.HelpModelEvent
Represents a change in the JavaHelp in the current ID or URL.
Represents a change in the JavaHelp in the current ID or URL.
HelpModelListener - interface javax.help.event.HelpModelListener
Defines the interface for an object that listens to changes in a HelpModel.
HelpNavigatorUI - class javax.help.plaf.HelpNavigatorUI
UI factory interface for JHelpNavigator.
helpsearch - field in class javax.help.plaf.basic.BasicSearchNavigatorUI
HelpSet - class javax.help.HelpSet
A HelpSet is a collection of help information consisting of a HelpSet file, table of contents (TOC), index, topic files, and Map file.
helpset - field in class javax.help.ServletHelpBroker
HelpSet() - constructor for class javax.help.HelpSet
Creates an empty HelpSet.
HelpSet(ClassLoader) - constructor for class javax.help.HelpSet
Creates an empty HelpSet that one can parse into.
HelpSet(ClassLoader,URL) - constructor for class javax.help.HelpSet
Creates a HelpSet.
HELPSET_ADDED - static field in class javax.help.event.HelpSetEvent
A HelpSet was added
HELPSET_REMOVED - static field in class javax.help.event.HelpSetEvent
A HelpSet was removed
Invoked when a new HelpSet is added.
Adds a new HelpSet to "our" HelpSet.
HelpSetEvent - class javax.help.event.HelpSetEvent
Conveys information when a HelpSet is added/removed.
HelpSetEvent(Object,javax.help.HelpSet,int) - constructor for class javax.help.event.HelpSetEvent
Creates a HelpSetEvent.
This exeception reports generic failures in HelpSet.
HelpSetException(String) - constructor for class javax.help.HelpSetException
Constructs a HelpSetException with a specified detailed message.
HelpSetListener - interface javax.help.event.HelpSetListener
Defines the interface of an object that listens to changes in the HelpSet.
Invoked when a new HelpSet is removed.
Removes a HelpSet from "our" HelpSet.
HelpUI - class javax.help.plaf.HelpUI
UI factory interface for JHelp.
HelpUtilities - class javax.help.HelpUtilities
Provides a number of utility functions: Support for Beans, mapping from a Bean class to its HelpSet and to its ID.
This is very similar to javax.swing.text.Highlighter.Highlight except that it does not use the notion of HighlightPainter.
Determines if highlights have changed.
Invoked when the set of highlights changess.
history - field in class javax.help.DefaultHelpHistoryModel
Tells the listener that the history has changed.
Tells the listener that the history has changed.
Tells the listener that the history has changed.
historyIndex - field in class javax.help.DefaultHelpHistoryModel
historyModel - field in class javax.help.JHelp
hitCount() - method in class javax.help.SearchTOCItem
hits - field in class javax.help.plaf.basic.BasicSearchCellRenderer
Hits
HomeAction - class javax.help.HomeAction
HomeAction(Object) - constructor for class javax.help.HomeAction
Creates new HomeAction
HORIZBAR - static field in class com.sun.java.help.impl.DocPConst
hs - field in class javax.help.Map.ID
hs - field in class javax.help.search.SearchQuery
hsPres - field in class javax.help.JHelp
hyperlinkUpdate(HyperlinkEvent) - method in class javax.help.plaf.basic.BasicContentViewerUI
Notification of a change relative to a hyperlink.