Package help
Class CustomTOCView.CustomDefaultTOCFactory
java.lang.Object
javax.help.TOCView.DefaultTOCFactory
help.CustomTOCView.CustomDefaultTOCFactory
- All Implemented Interfaces:
javax.help.TreeItemFactory
- Enclosing class:
CustomTOCView
public static class CustomTOCView.CustomDefaultTOCFactory
extends javax.help.TOCView.DefaultTOCFactory
Our custom factory that knows how to look for extra XML attributes and how to
create our custom tree items
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavax.help.TreeItem
createItem
(String tagName, Hashtable atts, javax.help.HelpSet hs, Locale locale) Methods inherited from class javax.help.TOCView.DefaultTOCFactory
createItem, listMessages, parsingEnded, parsingStarted, processDOCTYPE, processPI, reportMessage
-
Constructor Details
-
CustomDefaultTOCFactory
public CustomDefaultTOCFactory()
-
-
Method Details