Class Trees.Builder<T,R>

java.lang.Object
com.amalgamasimulation.desktop.ui.tables.Trees.Builder<T,R>
Type Parameters:
T - type of row value
R - column type in tree
All Implemented Interfaces:
Trees.ChildrenExtractorBuilder<T,R>, Trees.FinalBuilder<T,R>, Trees.ParentBuilder<T,R>
Enclosing class:
Trees

public static class Trees.Builder<T,R> extends Object implements Trees.FinalBuilder<T,R>, Trees.ParentBuilder<T,R>, Trees.ChildrenExtractorBuilder<T,R>
A builder class to set up the properties of a tree constructor

The create() method is used to actually create the tree.