Uses of Interface
javax.help.TreeItemFactory
-
Packages that use TreeItemFactory Package Description javax.help 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 TreeItemFactory Modifier and Type Class Description static classFavoritesView.DefaultFavoritesFactoryA default TreeItemFactory that can be used to parse Favorites items as used by this navigator.static classIndexView.DefaultIndexFactoryA default TreeItemFactory that can be used to parse TOC items as used by this navigator.static classTOCView.DefaultTOCFactoryA default TreeItemFactory that can be used to parse TOC items as used by this navigator.Methods in javax.help with parameters of type TreeItemFactory Modifier and Type Method Description FavoritesNodeFavoritesView. parse(HelpSet hs, java.util.Locale locale, TreeItemFactory factory)Public method for parsing the Favorites in a URL.static javax.swing.tree.DefaultMutableTreeNodeIndexView. 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.DefaultMutableTreeNodeTOCView. 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.DefaultMutableTreeNodeTOCView. parse(java.net.URL url, HelpSet hs, java.util.Locale locale, TreeItemFactory factory, TOCView view)Public method for parsing a TOC in a URL.
-