Package | Description |
---|---|
org.apache.sis.util.collection |
Addition to the collection framework.
|
Modifier and Type | Method and Description |
---|---|
DefaultTreeTable.Node |
DefaultTreeTable.Node.clone()
Returns a clone of this node without parent.
|
DefaultTreeTable.Node |
DefaultTreeTable.Node.newChild()
Adds a new child in the children list.
|
Constructor and Description |
---|
DefaultTreeTable(DefaultTreeTable.Node root)
Creates a new tree table initialized to the given root.
|
Node(DefaultTreeTable.Node parent)
Creates a new node with the given parent.
|
Node(DefaultTreeTable.Node parent,
int index)
Creates a new node with the given parent.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.