|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeItem | |
---|---|
javax.help | Supports presentation of online documentation with both content and contextual views of this information. |
Uses of TreeItem in javax.help |
---|
Subclasses of TreeItem in javax.help | |
---|---|
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 |
Methods in javax.help that return TreeItem | |
---|---|
TreeItem |
IndexView.DefaultIndexFactory.createItem()
Creates a default IndexItem. |
TreeItem |
TreeItemFactory.createItem()
Creates a default TreeItem. |
TreeItem |
FavoritesView.DefaultFavoritesFactory.createItem()
Creates a default FavoritesItem. |
TreeItem |
TOCView.DefaultTOCFactory.createItem()
Creates a default TOCItem. |
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 |
TreeItemFactory.createItem(java.lang.String tagName,
java.util.Hashtable attributes,
HelpSet hs,
java.util.Locale locale)
Creates a TreeItem from the given data. |
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 |
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[] |
JHelp.getSelectedItems()
Returns a list of selected items from the current navigator |
TreeItem[] |
JHelpNavigator.getSelectedItems()
Returns a list of selected items |
Methods in javax.help with parameters of type TreeItem | |
---|---|
void |
JHelpNavigator.setSelectedItems(TreeItem[] selectedItems)
Sets the list of selected items |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |