Uses of Class
io.keikai.model.impl.OutlineLevelTree.OutlineLevelNode
-
Packages that use OutlineLevelTree.OutlineLevelNode Package Description io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes. -
-
Uses of OutlineLevelTree.OutlineLevelNode in io.keikai.model.impl
Fields in io.keikai.model.impl declared as OutlineLevelTree.OutlineLevelNode Modifier and Type Field Description OutlineLevelTree.OutlineLevelNode
OutlineLevelTree. root
Methods in io.keikai.model.impl that return OutlineLevelTree.OutlineLevelNode Modifier and Type Method Description OutlineLevelTree.OutlineLevelNode
OutlineLevelTree. getOrCreateNode(int level)
Methods in io.keikai.model.impl that return types with arguments of type OutlineLevelTree.OutlineLevelNode Modifier and Type Method Description List<OutlineLevelTree.OutlineLevelNode>
OutlineLevelTree. search(Ref ref)
Methods in io.keikai.model.impl with parameters of type OutlineLevelTree.OutlineLevelNode Modifier and Type Method Description void
OutlineLevelTree.OutlineLevelNode. appendChild(OutlineLevelTree.OutlineLevelNode node)
-