Note:We have not yet finalized the location for these classes.
For overviews, tutorials, examples, guides, tool support, and other documentation, please see the JavaHelp home page
Interface | Description |
---|---|
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 | Description |
---|---|
CustomKit |
Subclass of HTMLEditorKit from Swing to adds better functionality
for handing
|
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:
|
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.
|