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