Package | Description |
---|---|
javax.help |
Supports presentation of online documentation with both
content and contextual views of this information.
|
Modifier and Type | Class and Description |
---|---|
class |
FavoritesItem
A class for individual favorites items.
|
class |
IndexItem
A class for individual index items.
|
class |
SearchTOCItem
Stores Search TOC items.
|
class |
TOCItem
A class for individual TOC items
|
Modifier and Type | Method and Description |
---|---|
TreeItem |
FavoritesView.DefaultFavoritesFactory.createItem()
Creates a default FavoritesItem.
|
TreeItem |
IndexView.DefaultIndexFactory.createItem()
Creates a default IndexItem.
|
TreeItem |
TOCView.DefaultTOCFactory.createItem()
Creates a default TOCItem.
|
TreeItem |
TreeItemFactory.createItem()
Creates a default TreeItem.
|
TreeItem |
FavoritesView.DefaultFavoritesFactory.createItem(java.lang.String tagName,
java.util.Hashtable atts,
HelpSet hs,
java.util.Locale locale)
Creates an FavoritesItem with the given data.
|
TreeItem |
IndexView.DefaultIndexFactory.createItem(java.lang.String tagName,
java.util.Hashtable atts,
HelpSet hs,
java.util.Locale locale)
Creates an IndexItem with the given data.
|
TreeItem |
TOCView.DefaultTOCFactory.createItem(java.lang.String tagName,
java.util.Hashtable atts,
HelpSet hs,
java.util.Locale locale)
Create an TOCItem with the given data.
|
TreeItem |
TreeItemFactory.createItem(java.lang.String tagName,
java.util.Hashtable attributes,
HelpSet hs,
java.util.Locale locale)
Creates a TreeItem from the given data.
|
TreeItem[] |
JHelpNavigator.getSelectedItems()
Returns a list of selected items
|
TreeItem[] |
JHelp.getSelectedItems()
Returns a list of selected items from the current navigator
|
Modifier and Type | Method and Description |
---|---|
void |
JHelpNavigator.setSelectedItems(TreeItem[] selectedItems)
Sets the list of selected items
|