Class Tables.Builder<T,R>

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

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

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