Uses of Interface
org.apache.sis.util.collection.TreeTable.Node
Packages that use TreeTable.Node
Package
Description
Miscellaneous objects and adapters defined in the
"lan" namespace.A set of helper classes for the SIS implementation.
Addition to the collection framework.
-
Uses of TreeTable.Node in org.apache.sis.internal.jaxb.lan
Classes in org.apache.sis.internal.jaxb.lan that implement TreeTable.NodeModifier and TypeClassDescriptionfinal classUtility methods for handlingMap<Locale,Charset>as separated collections.Methods in org.apache.sis.internal.jaxb.lan that return TreeTable.NodeModifier and TypeMethodDescriptionLocaleAndCharset.getParent()Delegates to wrapped node since thisLocaleAndCharsetis a substitute for that node.LocaleAndCharset.newChild()Creates a new child only if none exists.Methods in org.apache.sis.internal.jaxb.lan that return types with arguments of type TreeTable.NodeModifier and TypeMethodDescriptionLocaleAndCharset.getChildren()Returns the list of children, which is implemented by this class itself.Constructors in org.apache.sis.internal.jaxb.lan with parameters of type TreeTable.NodeModifierConstructorDescriptionCreates a new node for the given entry. -
Uses of TreeTable.Node in org.apache.sis.internal.util
Methods in org.apache.sis.internal.util that return types with arguments of type TreeTable.NodeModifier and TypeMethodDescriptionTreeFormatCustomization.filter()Returns the tree node filter to use when formatting instances of theTreeTable. -
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 predefined 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 TypeMethodDescriptionprotected voidDefaultTreeTable.initialize(TreeTable.Node root) Invoked whenDefaultTreeTable.getRoot()is invoked for the first time and no root had been specified to the constructor.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.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.