Uses of Interface
org.apache.sis.util.collection.TreeTable.Node
Packages that use TreeTable.Node
-
Uses of TreeTable.Node in org.apache.sis.util.collection
Classes in org.apache.sis.util.collection that implement TreeTable.NodeModifier and TypeClassDescriptionstatic classATreeTable.Nodeimplementation which can store values for a pre-defined list of columns.Methods in org.apache.sis.util.collection that return TreeTable.NodeModifier and TypeMethodDescriptionfinal TreeTable.NodeDefaultTreeTable.Node.getParent()Returns the parent of this node.TreeTable.Node.getParent()Returns the parent node, ornullif this node is the root of the tree.DefaultTreeTable.getRoot()Returns the root node.TreeTable.getRoot()Returns the root node of the tree.TreeTable.Node.newChild()Creates a new child with the same columns than the other children, and adds it to the children collection.static TreeTable.NodeTreeTables.nodeForPath(TreeTable.Node from, TableColumn<? super String> column, File path) Finds the node for the given file, or creates a new node if none exists.static TreeTable.NodeTreeTables.nodeForPath(TreeTable.Node from, TableColumn<? super String> column, Path path) Finds the node for the given path, or creates a new node if none exists.Methods in org.apache.sis.util.collection that return types with arguments of type TreeTable.NodeModifier and TypeMethodDescriptionfinal List<TreeTable.Node>DefaultTreeTable.Node.getChildren()Returns the children of this node.TreeTable.Node.getChildren()Returns the children of this node.TreeTableFormat.getNodeFilter()Returns the filter that specify whether a node should be formatted or ignored.Methods in org.apache.sis.util.collection with parameters of type TreeTable.NodeModifier and TypeMethodDescriptionstatic TreeTable.NodeTreeTables.nodeForPath(TreeTable.Node from, TableColumn<? super String> column, File path) Finds the node for the given file, or creates a new node if none exists.static TreeTable.NodeTreeTables.nodeForPath(TreeTable.Node from, TableColumn<? super String> column, Path path) Finds the node for the given path, or creates a new node if none exists.voidDefaultTreeTable.setRoot(TreeTable.Node root) Sets the root to the given node.Method parameters in org.apache.sis.util.collection with type arguments of type TreeTable.NodeModifier and TypeMethodDescriptionvoidTreeTableFormat.setNodeFilter(Predicate<TreeTable.Node> filter) Sets a filter specifying whether a node should be formatted or ignored.