blob: d6166ffb578add51e4ec0ef06fe1418323c1f1ad [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (19) -->
<title>Uses of Interface org.apache.sis.util.collection.TreeTable.Node (Apache SIS 1.3 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: org.apache.sis.util.collection, interface: TreeTable, interface: Node">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../sis.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="../../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-page">
<script type="text/javascript">var pathtoroot = "../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation links"><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span><span class="nav-bar-toggle-icon">&nbsp;</span></button>
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html#use">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div id="navbar-sub-list"></div>
<div class="nav-list-search"><a href="../../../../../../search.html">SEARCH</a>
<input type="text" id="search-input" disabled placeholder="Search">
<input type="reset" id="reset-button" disabled value="reset">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Interface org.apache.sis.util.collection.TreeTable.Node" class="title">Uses of Interface<br>org.apache.sis.util.collection.TreeTable.Node</h1>
</div>
<div class="caption"><span>Packages that use <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#org.apache.sis.util.collection">org.apache.sis.util.collection</a></div>
<div class="col-last even-row-color">
<div class="block">Addition to the collection framework.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="org.apache.sis.util.collection">
<h2>Uses of <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a> in <a href="../package-summary.html">org.apache.sis.util.collection</a></h2>
<div class="caption"><span>Classes in <a href="../package-summary.html">org.apache.sis.util.collection</a> that implement <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../DefaultTreeTable.Node.html" class="type-name-link" title="class in org.apache.sis.util.collection">DefaultTreeTable.Node</a></code></div>
<div class="col-last even-row-color">
<div class="block">A <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection"><code>TreeTable.Node</code></a> implementation which can store values for a predefined list of columns.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.apache.sis.util.collection</a> that return <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>final <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">DefaultTreeTable.Node.</span><code><a href="../DefaultTreeTable.Node.html#getParent()" class="member-name-link">getParent</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Returns the parent of this node.</div>
</div>
<div class="col-first odd-row-color"><code><a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">TreeTable.Node.</span><code><a href="../TreeTable.Node.html#getParent()" class="member-name-link">getParent</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns the parent node, or <code>null</code> if this node is the root of the tree.</div>
</div>
<div class="col-first even-row-color"><code><a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">DefaultTreeTable.</span><code><a href="../DefaultTreeTable.html#getRoot()" class="member-name-link">getRoot</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Returns the root node.</div>
</div>
<div class="col-first odd-row-color"><code><a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">TreeTable.</span><code><a href="../TreeTable.html#getRoot()" class="member-name-link">getRoot</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns the root node of the tree.</div>
</div>
<div class="col-first even-row-color"><code><a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">TreeTable.Node.</span><code><a href="../TreeTable.Node.html#newChild()" class="member-name-link">newChild</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a new child with the same columns than the other children, and adds it to
the <a href="../TreeTable.Node.html#getChildren()">children collection</a>.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">TreeTables.</span><code><a href="../TreeTables.html#nodeForPath(org.apache.sis.util.collection.TreeTable.Node,org.apache.sis.util.collection.TableColumn,java.io.File)" class="member-name-link">nodeForPath</a><wbr>(<a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a>&nbsp;from,
<a href="../TableColumn.html" title="class in org.apache.sis.util.collection">TableColumn</a>&lt;? super <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;column,
<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>&nbsp;path)</code></div>
<div class="col-last odd-row-color">
<div class="block">Finds the node for the given file, or creates a new node if none exists.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">TreeTables.</span><code><a href="../TreeTables.html#nodeForPath(org.apache.sis.util.collection.TreeTable.Node,org.apache.sis.util.collection.TableColumn,java.nio.file.Path)" class="member-name-link">nodeForPath</a><wbr>(<a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a>&nbsp;from,
<a href="../TableColumn.html" title="class in org.apache.sis.util.collection">TableColumn</a>&lt;? super <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;column,
<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&nbsp;path)</code></div>
<div class="col-last even-row-color">
<div class="block">Finds the node for the given path, or creates a new node if none exists.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.apache.sis.util.collection</a> that return types with arguments of type <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>final <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">DefaultTreeTable.Node.</span><code><a href="../DefaultTreeTable.Node.html#getChildren()" class="member-name-link">getChildren</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Returns the children of this node.</div>
</div>
<div class="col-first odd-row-color"><code><a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a>&lt;<a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">TreeTable.Node.</span><code><a href="../TreeTable.Node.html#getChildren()" class="member-name-link">getChildren</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Returns the children of this node.</div>
</div>
<div class="col-first even-row-color"><code><a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/util/function/Predicate.html" title="class or interface in java.util.function" class="external-link">Predicate</a>&lt;<a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">TreeTableFormat.</span><code><a href="../TreeTableFormat.html#getNodeFilter()" class="member-name-link">getNodeFilter</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Returns the filter that specify whether a node should be formatted or ignored.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.apache.sis.util.collection</a> with parameters of type <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">DefaultTreeTable.</span><code><a href="../DefaultTreeTable.html#initialize(org.apache.sis.util.collection.TreeTable.Node)" class="member-name-link">initialize</a><wbr>(<a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a>&nbsp;root)</code></div>
<div class="col-last even-row-color">
<div class="block">Invoked when <a href="../DefaultTreeTable.html#getRoot()"><code>DefaultTreeTable.getRoot()</code></a> is invoked for the first time and no root had been specified to the constructor.</div>
</div>
<div class="col-first odd-row-color"><code>static <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">TreeTables.</span><code><a href="../TreeTables.html#nodeForPath(org.apache.sis.util.collection.TreeTable.Node,org.apache.sis.util.collection.TableColumn,java.io.File)" class="member-name-link">nodeForPath</a><wbr>(<a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a>&nbsp;from,
<a href="../TableColumn.html" title="class in org.apache.sis.util.collection">TableColumn</a>&lt;? super <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;column,
<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>&nbsp;path)</code></div>
<div class="col-last odd-row-color">
<div class="block">Finds the node for the given file, or creates a new node if none exists.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">TreeTables.</span><code><a href="../TreeTables.html#nodeForPath(org.apache.sis.util.collection.TreeTable.Node,org.apache.sis.util.collection.TableColumn,java.nio.file.Path)" class="member-name-link">nodeForPath</a><wbr>(<a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a>&nbsp;from,
<a href="../TableColumn.html" title="class in org.apache.sis.util.collection">TableColumn</a>&lt;? super <a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;column,
<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/nio/file/Path.html" title="class or interface in java.nio.file" class="external-link">Path</a>&nbsp;path)</code></div>
<div class="col-last even-row-color">
<div class="block">Finds the node for the given path, or creates a new node if none exists.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">DefaultTreeTable.</span><code><a href="../DefaultTreeTable.html#setRoot(org.apache.sis.util.collection.TreeTable.Node)" class="member-name-link">setRoot</a><wbr>(<a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a>&nbsp;root)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sets the root to the given node.</div>
</div>
</div>
<div class="caption"><span>Method parameters in <a href="../package-summary.html">org.apache.sis.util.collection</a> with type arguments of type <a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">TreeTableFormat.</span><code><a href="../TreeTableFormat.html#setNodeFilter(java.util.function.Predicate)" class="member-name-link">setNodeFilter</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/util/function/Predicate.html" title="class or interface in java.util.function" class="external-link">Predicate</a>&lt;<a href="../TreeTable.Node.html" title="interface in org.apache.sis.util.collection">TreeTable.Node</a>&gt;&nbsp;filter)</code></div>
<div class="col-last even-row-color">
<div class="block">Sets a filter specifying whether a node should be formatted or ignored.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2010&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>