Overrides ResourceBundle, same semantics.
Sets the PrintHandler to handle pageSetup as a separate action from
printing.
Method for comparing ID of nodes
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....
Internal storage of HelpAction defined in a Presentaion
The HelpBroker is the default presentation of a HelpSet.
UI factory interface for JHelpContentViewer.
The interface to the history model.
Notifies interested parties that a change in a
Help History Model source has occurred.
Represents a history change
The interface to the model of a JHelp that represents the
HelpSet being presented to the user.
Notifies interested parties that a change in a
Help Model source has occurred.
Creates a HelpModelEvent for highlighting.
Represents a change in the JavaHelp in the current ID or URL.
Represents a change in the JavaHelp in the current ID or URL.
Defines the interface for an object that listens to
changes in a HelpModel.
UI factory interface for JHelpNavigator.
A HelpSet is a collection of help information consisting of a HelpSet
file, table of contents (TOC), index, topic files, and Map file.
Creates an empty HelpSet.
Creates an empty HelpSet that one can parse into.
Invoked when a new HelpSet is added.
Adds a new HelpSet to "our" HelpSet.
Conveys information when a HelpSet is added/removed.
This exeception reports generic failures in HelpSet.
Constructs a HelpSetException with a specified detailed message.
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.
UI factory interface for JHelp.
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.
Tells the listener that the history has changed.
Tells the listener that the history has changed.
Tells the listener that the history has changed.
Notification of a change relative to a
hyperlink.