Uses of Interface
com.amalgamasimulation.desktop.ui.tables.Tables.ParentBuilder
Packages that use Tables.ParentBuilder
-
Uses of Tables.ParentBuilder in com.amalgamasimulation.desktop.ui.tables
Classes in com.amalgamasimulation.desktop.ui.tables that implement Tables.ParentBuilderModifier 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.ParentBuilderModifier and TypeMethodDescriptionstatic <T1,R1> Tables.ParentBuilder <T1, R1> Tables.Builder.createBuilder(List<T1> elements, com.amalgamasimulation.desktop.ui.tables.Tables.TableCreator<T1, R1> creatorTable) static <T> Tables.ParentBuilder<T, EditableTable<T>> Creates and returns a table with editable data.static <T extends org.eclipse.emf.ecore.EObject>
Tables.ParentBuilder<T, EMFTable<T>> Creates and returns a table with editable data and a special set of functions for editing EMF data (EObject).static <T> Tables.ParentBuilder<T, Table<T>> Creates and returns a table without the ability to edit data