Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFAutoCompleteTextEditingSupport.FinalBuilder
Packages that use EMFAutoCompleteTextEditingSupport.FinalBuilder
-
Uses of EMFAutoCompleteTextEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFAutoCompleteTextEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classEMFAutoCompleteTextEditingSupport.Builder<T,E, R extends IEMFColumn<T, E, R>> A builder class to set up the properties of an auto-complete text editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return EMFAutoCompleteTextEditingSupport.FinalBuilderModifier and TypeMethodDescriptionSet function that returns a value that indicates whether the cell can be editedEMFAutoCompleteTextEditingSupport.Builder.comparator(Comparator<E> comparator) EMFAutoCompleteTextEditingSupport.FinalBuilder.comparator(Comparator<E> comparator) Add a comparator that is used to sort combobox values.EMFAutoCompleteTextEditingSupport.Builder.enableNullElement(String notSetLiteral) EMFAutoCompleteTextEditingSupport.FinalBuilder.enableNullElement(String notSetLiteral) Add an element on top of other elements in the combobox to clear the table cell value.EMFAutoCompleteTextEditingSupport.Builder.filter(BiPredicate<T, E> filter) EMFAutoCompleteTextEditingSupport.FinalBuilder.filter(BiPredicate<T, E> filter) Add a filter.Add a filter.Set up the combobox elements naming.EMFAutoCompleteTextEditingSupport.Builder.handler(BiConsumer<T, E> listener) EMFAutoCompleteTextEditingSupport.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 buttonEMFAutoCompleteTextEditingSupport.Builder.nameFeature(org.eclipse.emf.ecore.EStructuralFeature nameFeature) EMFAutoCompleteTextEditingSupport.NameBuilder.nameFeature(org.eclipse.emf.ecore.EStructuralFeature nameFeature) Set up the combobox elements naming.EMFAutoCompleteTextEditingSupport.Builder.nameFeatures(org.eclipse.emf.ecore.EStructuralFeature nameFeature, org.eclipse.emf.ecore.EStructuralFeature idFeature) EMFAutoCompleteTextEditingSupport.NameBuilder.nameFeatures(org.eclipse.emf.ecore.EStructuralFeature idFeature, org.eclipse.emf.ecore.EStructuralFeature nameFeature) Set up the combo box elements naming.EMFAutoCompleteTextEditingSupport.Builder.strategy(ValidationStrategy<E, String> strategy) EMFAutoCompleteTextEditingSupport.FinalBuilder.strategy(ValidationStrategy<E, String> strategy) Set a strategy that firstly validates the entered value before placing it in the object, and secondly processes the value from the object before displaying it in the editor.