Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFAutoCompleteComboEditingSupport.FinalBuilder
Packages that use EMFAutoCompleteComboEditingSupport.FinalBuilder
-
Uses of EMFAutoCompleteComboEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFAutoCompleteComboEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classEMFAutoCompleteComboEditingSupport.Builder<T,E, R extends IEMFColumn<T, E, R>> A builder class to set up the properties of an auto-complete combobox editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return EMFAutoCompleteComboEditingSupport.FinalBuilderModifier and TypeMethodDescriptionSet function that returns a value that indicates whether the cell can be editedEMFAutoCompleteComboEditingSupport.Builder.comparator(Comparator<E> comparator) EMFAutoCompleteComboEditingSupport.FinalBuilder.comparator(Comparator<E> comparator) Add a comparator that is used to sort combobox values.EMFAutoCompleteComboEditingSupport.Builder.enableNullElement(String notSetLiteral) EMFAutoCompleteComboEditingSupport.FinalBuilder.enableNullElement(String notSetLiteral) Add an element on top of other elements in the combobox to clear the table cell value.EMFAutoCompleteComboEditingSupport.Builder.filter(BiPredicate<T, E> filter) EMFAutoCompleteComboEditingSupport.FinalBuilder.filter(BiPredicate<T, E> filter) Add a filter.Add a filter.Set up the combobox elements naming.EMFAutoCompleteComboEditingSupport.Builder.handler(BiConsumer<T, E> listener) EMFAutoCompleteComboEditingSupport.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 buttonEMFAutoCompleteComboEditingSupport.Builder.maxComboBoxElementsCount(int maxComboBoxElementsCount) EMFAutoCompleteComboEditingSupport.FinalBuilder.maxComboBoxElementsCount(int maxComboBoxElementsCount) Set up a maxComboBoxElementsCount that limits the number of values in the combo boxEMFAutoCompleteComboEditingSupport.Builder.nameFeature(org.eclipse.emf.ecore.EStructuralFeature nameFeature) EMFAutoCompleteComboEditingSupport.NameBuilder.nameFeature(org.eclipse.emf.ecore.EStructuralFeature nameFeature) Set up the combobox elements naming.