Uses of Class
de.digitalcollections.model.view.ToCEntry
-
Packages that use ToCEntry Package Description de.digitalcollections.model.text de.digitalcollections.model.view -
-
Uses of ToCEntry in de.digitalcollections.model.text
Methods in de.digitalcollections.model.text that return types with arguments of type ToCEntry Modifier and Type Method Description List<ToCEntry>LocalizedStructuredContent. getTableOfContent(Locale locale)List<ToCEntry>StructuredContent. getTableOfContents()Map<Locale,List<ToCEntry>>LocalizedStructuredContent. getTablesOfContents() -
Uses of ToCEntry in de.digitalcollections.model.view
Methods in de.digitalcollections.model.view that return ToCEntry Modifier and Type Method Description ToCEntryToCEntry. getParent()Methods in de.digitalcollections.model.view that return types with arguments of type ToCEntry Modifier and Type Method Description List<ToCEntry>ToCEntry. getChildren()Methods in de.digitalcollections.model.view with parameters of type ToCEntry Modifier and Type Method Description voidToCEntry. addChild(ToCEntry child)voidToCEntry. setParent(ToCEntry parent)Method parameters in de.digitalcollections.model.view with type arguments of type ToCEntry Modifier and Type Method Description voidToCEntry. setChildren(List<ToCEntry> children)
-