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

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

public static class EMFComboEditingSupport.Builder<T,E,R extends IEMFColumn<T,E,R>> extends Object implements EMFComboEditingSupport.ElementsBuilder<T,E,R>, EMFComboEditingSupport.EditedFeatureBuilder<T,E,R>, EMFComboEditingSupport.NameBuilder<T,E,R>, EMFComboEditingSupport.FinalBuilder<T,E,R>
A builder class to set up the properties of an combobox editing support. Instances of this class are created by EmfColumn objects.

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