Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
FavoritesView.DefaultFavoritesFactory |
A default TreeItemFactory that can be used to parse Favorites items as used
by this navigator.
|
static class |
IndexView.DefaultIndexFactory |
A default TreeItemFactory that can be used to parse TOC items as used
by this navigator.
|
static class |
TOCView.DefaultTOCFactory |
A default TreeItemFactory that can be used to parse TOC items as used
by this navigator.
|
Modifier and Type | Method | Description |
---|---|---|
FavoritesNode |
FavoritesView.parse(HelpSet hs,
java.util.Locale locale,
TreeItemFactory factory) |
Public method for parsing the Favorites in a URL.
|
static javax.swing.tree.DefaultMutableTreeNode |
IndexView.parse(java.net.URL url,
HelpSet hs,
java.util.Locale locale,
TreeItemFactory factory) |
Public method for parsing an Index in a URL.
|
static javax.swing.tree.DefaultMutableTreeNode |
TOCView.parse(java.net.URL url,
HelpSet hs,
java.util.Locale locale,
TreeItemFactory factory) |
Public method for parsing a TOC in a URL.
|
static javax.swing.tree.DefaultMutableTreeNode |
TOCView.parse(java.net.URL url,
HelpSet hs,
java.util.Locale locale,
TreeItemFactory factory,
TOCView view) |
Public method for parsing a TOC in a URL.
|