Class EMFDynamicAutoCompleteComboEditingSupport.Builder<T,E,R extends IEMFColumn<T,E,R>>

java.lang.Object
com.amalgamasimulation.desktop.ui.builders.EMFDynamicAutoCompleteComboEditingSupport.Builder<T,E,R>
Type Parameters:
T - type of row value
E - type of column value (cell value)
R - column type
All Implemented Interfaces:
EMFDynamicAutoCompleteComboEditingSupport.EditedFeatureBuilder<T,E,R>, EMFDynamicAutoCompleteComboEditingSupport.ElementsBuilder<T,E,R>, EMFDynamicAutoCompleteComboEditingSupport.FinalBuilder<T,E,R>, EMFDynamicAutoCompleteComboEditingSupport.NameBuilder<T,E,R>
Enclosing class:
EMFDynamicAutoCompleteComboEditingSupport

A builder class to set up the properties of a dynamic auto-complete combobox editing support. Instances of this class are created by EmfColumn objects.

The build() method is used to actually set the properties to the column.