Uses of Class
docet.engine.model.TOC.TOCItem
-
Packages that use TOC.TOCItem Package Description docet.engine.model -
-
Uses of TOC.TOCItem in docet.engine.model
Methods in docet.engine.model that return types with arguments of type TOC.TOCItem Modifier and Type Method Description java.util.List<TOC.TOCItem>TOC. getItems()java.util.List<TOC.TOCItem>TOC.TOCItem. getSubItems()Methods in docet.engine.model with parameters of type TOC.TOCItem Modifier and Type Method Description voidTOC. addItem(TOC.TOCItem item)voidTOC.TOCItem. addSubItem(TOC.TOCItem subItem)Constructor parameters in docet.engine.model with type arguments of type TOC.TOCItem Constructor Description TOC(java.util.List<TOC.TOCItem> items)
-