Uses of Interface
cool.scx.common.tree.ScxTreeModel
Packages that use ScxTreeModel
-
Uses of ScxTreeModel in cool.scx.common.tree
Classes in cool.scx.common.tree with type parameters of type ScxTreeModelModifier and TypeInterfaceDescriptioninterfaceScxTreeModel<T extends ScxTreeModel<T>>树模型接口 注意和ScxTree进行区分 两者用途不同Methods in cool.scx.common.tree with type parameters of type ScxTreeModelModifier and TypeMethodDescriptionstatic <T extends ScxTreeModel<T>>
List<T> ScxTreeUtils.listToTree(List<T> list) 将 list 类型数据转换为 树形结构 (默认忽略孤儿节点)static <T extends ScxTreeModel<T>>
List<T> ScxTreeUtils.listToTree(List<T> list, boolean ignoreOrphans) 将 list 类型数据转换为 树形结构