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