Uses of Class
javax.help.TOCView

Packages that use TOCView
javax.help Supports presentation of online documentation with both content and contextual views of this information. 
javax.help.plaf.basic   
javax.help.tagext   
 

Uses of TOCView in javax.help
 

Methods in javax.help with parameters of type TOCView
static javax.swing.tree.DefaultMutableTreeNode TOCView.parse(java.net.URL url, HelpSet hs, java.util.Locale locale, TreeItemFactory factory, TOCView view)
          Public method for parsing a TOC in a URL.
 

Uses of TOCView in javax.help.plaf.basic
 

Fields in javax.help.plaf.basic declared as TOCView
protected  TOCView BasicTOCCellRenderer.view
           
 

Constructors in javax.help.plaf.basic with parameters of type TOCView
BasicTOCCellRenderer(Map map, TOCView view)
           
 

Uses of TOCView in javax.help.tagext
 

Methods in javax.help.tagext with parameters of type TOCView
 void TOCItemTag.setTocView(TOCView view)