Uses of Interface
javax.help.TreeItemFactory
Packages that use TreeItemFactory
Package
Description
Supports presentation of online documentation with both
content and contextual views of this information.
-
Uses of TreeItemFactory in javax.help
Classes in javax.help that implement TreeItemFactoryModifier and TypeClassDescriptionstatic classA default TreeItemFactory that can be used to parse Favorites items as used by this navigator.static classA default TreeItemFactory that can be used to parse TOC items as used by this navigator.static classA default TreeItemFactory that can be used to parse TOC items as used by this navigator.Methods in javax.help with parameters of type TreeItemFactoryModifier and TypeMethodDescriptionFavoritesView.parse(HelpSet hs, Locale locale, TreeItemFactory factory) Public method for parsing the Favorites in a URL.static DefaultMutableTreeNodeIndexView.parse(URL url, HelpSet hs, Locale locale, TreeItemFactory factory) Public method for parsing an Index in a URL.static DefaultMutableTreeNodeTOCView.parse(URL url, HelpSet hs, Locale locale, TreeItemFactory factory) Public method for parsing a TOC in a URL.static DefaultMutableTreeNodePublic method for parsing a TOC in a URL.