Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFComboEditingSupport.FinalBuilder
Packages that use EMFComboEditingSupport.FinalBuilder
-
Uses of EMFComboEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFComboEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classEMFComboEditingSupport.Builder<T,E, R extends IEMFColumn<T, E, R>> A builder class to set up the properties of an combobox editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return EMFComboEditingSupport.FinalBuilderModifier and TypeMethodDescriptionSet function that returns a value that indicates whether the cell can be editedEMFComboEditingSupport.Builder.comparator(Comparator<E> comparator) EMFComboEditingSupport.FinalBuilder.comparator(Comparator<E> comparator) Add a comparator that is used to sort combobox values.EMFComboEditingSupport.Builder.enableNullElement(String notSetLiteral) EMFComboEditingSupport.FinalBuilder.enableNullElement(String notSetLiteral) Add an element on top of other elements in the combobox to clear the table cell value.EMFComboEditingSupport.Builder.filter(BiPredicate<T, E> filter) EMFComboEditingSupport.FinalBuilder.filter(BiPredicate<T, E> filter) Add a filter.Add a filter.Set up the combobox elements naming.EMFComboEditingSupport.Builder.handler(BiConsumer<T, E> listener) EMFComboEditingSupport.FinalBuilder.handler(BiConsumer<T, E> listener) Set function that will be executed after losing focus on the combo box editor or after pressing the Enter buttonEMFComboEditingSupport.Builder.maxComboBoxElementsCount(int maxComboBoxElementsCount) EMFComboEditingSupport.FinalBuilder.maxComboBoxElementsCount(int maxComboBoxElementsCount) Set up a maxComboBoxElementsCount that limits the number of values in the combo boxEMFComboEditingSupport.Builder.nameFeature(org.eclipse.emf.ecore.EStructuralFeature nameFeature) EMFComboEditingSupport.NameBuilder.nameFeature(org.eclipse.emf.ecore.EStructuralFeature nameFeature) Set up the combobox elements naming.