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 classA node for an element in a collection.(package private) static classA node for a metadata property value.Fields in org.apache.sis.metadata declared as TreeNodeModifier and TypeFieldDescriptionprivate TreeNodeTreeNode.NewChild.delegateThe real node created after the identifier and the value have been specified.private final TreeNodeTreeNode.parentThe parent of this node to be returned bygetParent(), ornullif this node is the root of the tree.private final TreeNodeTreeNodeChildren.parentThe parent of the children to be returned by the iterator.private TreeNodeTreeTableView.rootThe 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.decoratorIf 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 TreeNodeTreeNode.NewChild.delegate()Returns theTreeNode.NewChild.delegatenode 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.privateCreates 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.