Package docking.help
Class CustomTOCView.CustomDefaultTOCFactory
- java.lang.Object
-
- javax.help.TOCView.DefaultTOCFactory
-
- docking.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
Constructors Constructor Description CustomDefaultTOCFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.help.TreeItem
createItem(java.lang.String tagName, java.util.Hashtable atts, javax.help.HelpSet hs, java.util.Locale locale)
-