Uses of Interface
com.amalgamasimulation.desktop.ui.tables.Tables.FinalBuilder
Packages that use Tables.FinalBuilder
-
Uses of Tables.FinalBuilder in com.amalgamasimulation.desktop.ui.tables
Classes in com.amalgamasimulation.desktop.ui.tables that implement Tables.FinalBuilderModifier and TypeClassDescriptionstatic classTables.Builder<T,R> A builder class to set up the properties of a table constructorMethods in com.amalgamasimulation.desktop.ui.tables that return Tables.FinalBuilderModifier and TypeMethodDescriptionTables.Builder.checkbox()Tables.FinalBuilder.checkbox()Set up the ability to select table elements using a check box In the list of columns, a column with a check box will be added to the first place or second place if table have rowHeaderTables.Builder.parent(org.eclipse.swt.widgets.Composite parent) Tables.ParentBuilder.parent(org.eclipse.swt.widgets.Composite parent) Set up the table parent elementTables.Builder.rowHeader()Tables.FinalBuilder.rowHeader()Set up the ability to select table elements In the list of columns, a column with a rowHeader will be added to the first placeTables.Builder.style(int style) Tables.FinalBuilder.style(int style) Set additional SWT properties in the tableTables.Builder.syncUpdate()Tables.FinalBuilder.syncUpdate()Set the synchronous data update property in the tableTables.Builder.virtual()Tables.FinalBuilder.virtual()Set the ability to add virtual data