Uses of Class
cloud.opencode.base.tree.DefaultTreeNode
Packages that use DefaultTreeNode
-
Uses of DefaultTreeNode in cloud.opencode.base.tree
Classes in cloud.opencode.base.tree that implement interfaces with type arguments of type DefaultTreeNodeMethods in cloud.opencode.base.tree that return DefaultTreeNodeModifier and TypeMethodDescriptionDefaultTreeNode.addChild(DefaultTreeNode<ID> child) Add child node 添加子节点Put extra attribute 设置额外属性Methods in cloud.opencode.base.tree that return types with arguments of type DefaultTreeNodeModifier and TypeMethodDescriptionstatic List<DefaultTreeNode<Object>> OpenTree.buildTreeFromMaps(List<Map<String, Object>> maps, String idKey, String parentIdKey, String nameKey) Build tree from maps 从Map列表构建树DefaultTreeNode.getChildren()Methods in cloud.opencode.base.tree with parameters of type DefaultTreeNodeModifier and TypeMethodDescriptionDefaultTreeNode.addChild(DefaultTreeNode<ID> child) Add child node 添加子节点Method parameters in cloud.opencode.base.tree with type arguments of type DefaultTreeNodeModifier and TypeMethodDescriptionvoidDefaultTreeNode.setChildren(List<DefaultTreeNode<ID>> children)