Uses of Record Class
cloud.opencode.base.tree.LightTreeNode
Packages that use LightTreeNode
-
Uses of LightTreeNode in cloud.opencode.base.tree
Methods in cloud.opencode.base.tree that return LightTreeNodeModifier and TypeMethodDescriptionstatic <ID> LightTreeNode<ID> Create node 创建节点static <ID> LightTreeNode<ID> Create root node 创建根节点LightTreeNode.withChild(LightTreeNode<ID> child) Add child and return new node 添加子节点并返回新节点Methods in cloud.opencode.base.tree that return types with arguments of type LightTreeNodeModifier and TypeMethodDescriptionLightTreeNode.children()Returns the value of thechildrenrecord component.Methods in cloud.opencode.base.tree with parameters of type LightTreeNodeModifier and TypeMethodDescriptionLightTreeNode.withChild(LightTreeNode<ID> child) Add child and return new node 添加子节点并返回新节点Constructor parameters in cloud.opencode.base.tree with type arguments of type LightTreeNodeModifierConstructorDescriptionLightTreeNode(ID id, ID parentId, String name, List<LightTreeNode<ID>> children) Compact constructor 紧凑构造函数