Uses of Interface javax.help.TreeItemFactory

Uses in package javax.help

Classes implementing javax.help.TreeItemFactory

class
A default TreeItemFactory that can be used to parse Favorites items as used by this navigator.
class
A default TreeItemFactory that can be used to parse TOC items as used by this navigator.
class
A default TreeItemFactory that can be used to parse TOC items as used by this navigator.

Methods with parameter type javax.help.TreeItemFactory

DefaultMutableTreeNode
IndexView.parse(URL url, HelpSet hs, Locale locale, TreeItemFactory factory)
Public method for parsing an Index in a URL.
DefaultMutableTreeNode
TOCView.parse(URL url, HelpSet hs, Locale locale, TreeItemFactory factory)
Public method for parsing a TOC in a URL.
DefaultMutableTreeNode
TOCView.parse(URL url, HelpSet hs, Locale locale, TreeItemFactory factory, TOCView view)
Public method for parsing a TOC in a URL.
FavoritesNode
FavoritesView.parse(HelpSet hs, Locale locale, TreeItemFactory factory)
Public method for parsing the Favorites in a URL.