TreeItem |
FavoritesView.DefaultFavoritesFactory.createItem() |
Creates a default FavoritesItem.
|
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() |
Creates a default IndexItem.
|
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() |
Creates a default TOCItem.
|
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() |
Creates a default TreeItem.
|
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[] |
JHelp.getSelectedItems() |
Returns a list of selected items from the current navigator
|
TreeItem[] |
JHelpNavigator.getSelectedItems() |
Returns a list of selected items
|