Tree View Page
class TreeViewPage(name: String, packages: List<JavadocPackagePageNode>?, classes: List<JavadocClasslikePageNode>?, dri: Set<DRI>, documentable: Documentable?, root: PageNode) : JavadocPageNode
Content copied to clipboard
Types
InheritanceNode
Link copied to clipboard
data class InheritanceNode(dri: DRI, children: List<TreeViewPage.InheritanceNode>, interfaces: List<DRI>, isInterface: Boolean)
Content copied to clipboard
Functions
modified
Link copied to clipboard
Properties
classes
Link copied to clipboard
documentable
Link copied to clipboard
embeddedResources
Link copied to clipboard
packages
Link copied to clipboard