Package com.sun.java.help.impl

Implementation classes for JavaHelp.

See:
          Description

Interface Summary
ParserListener ParserListener defines the interface for an object that listens to parsing events in a Parser.
ViewAwareComponent Interface that a Component should support if it wants to play in the View hierachy.
 

Class Summary
CustomKit Subclass of HTMLEditorKit from Swing to adds better functionality for handing tags and supports some special classes for JavaHelp.
CustomKit.MouseHandler Class to watch the associated component and change the cursor when in a hyperlink
DocPConst  
DocumentParser  
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....
JHelpPrintHandler Print handler for JavaHelp.
JHelpPrintHandler1_2 Print handler for JavaHelp.
JHSecondaryViewer This class is a secondary viewer to be included in HTML content within JHContentViewer.
JHSecondaryViewerBeanInfo This class provides information about getter/setter methods within JHSecondaryWindow.
LangElement LangElement is a simple little internal class to keep track of tags and the langs
Parser  
Parser.ParserMulticaster  
ParserEvent  
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
Tag This class contains a reference to a tag in a parsed document, the type of tag, and the tag's attributes.
TagProperties  
XmlReader This handles several XML-related tasks that normal java.io Readers don't support, inluding use of IETF standard encoding names and automatic detection of most XML encodings.
 

Package com.sun.java.help.impl Description

Implementation classes for JavaHelp. This classes are private and are not intented to be used by programmers and can change without any notice.

Note:We have not yet finalized the location for these classes.

Related Documentation

For overviews, tutorials, examples, guides, tool support, and other documentation, please see the JavaHelp home page