Uses of Class
org.apache.sis.metadata.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in org.apache.sis.metadata
Subclasses of TreeNode in org.apache.sis.metadataModifier and TypeClassDescription(package private) static final class
A node for an element in a collection.(package private) static class
A node for a metadata property value.Fields in org.apache.sis.metadata declared as TreeNodeModifier and TypeFieldDescriptionprivate TreeNode
TreeNode.NewChild.delegate
The real node created after the identifier and the value have been specified.private final TreeNode
TreeNode.parent
The parent of this node to be returned bygetParent()
, ornull
if this node is the root of the tree.private final TreeNode
TreeNodeChildren.parent
The parent of the children to be returned by the iterator.private TreeNode
TreeTableView.root
The root of the metadata tree.Fields in org.apache.sis.metadata with type parameters of type TreeNodeModifier and TypeFieldDescription(package private) final Function<TreeNode,
TreeTable.Node> TreeNode.Element.decorator
If tree node should be wrapped in another object before to be returned, the function performing that wrapping.Methods in org.apache.sis.metadata that return TreeNodeModifier and TypeMethodDescriptionprivate TreeNode
TreeNode.NewChild.delegate()
Returns theTreeNode.NewChild.delegate
node if non-null, or throw an exception otherwise.Constructors in org.apache.sis.metadata with parameters of type TreeNodeModifierConstructorDescription(package private)
CollectionElement
(TreeNode parent, Object metadata, PropertyAccessor accessor, int indexInData, int indexInList) Creates a new node for the given collection element.(package private)
Element
(TreeNode parent, Object metadata, PropertyAccessor accessor, int indexInData) Creates a new child for a property of the given metadata at the given index.private
Creates a new child for an element of the given metadata.(package private)
TreeNodeChildren
(TreeNode parent, Object metadata, PropertyAccessor accessor) Creates a collection of children for the specified metadata.