Uses of Class
com.amalgamasimulation.desktop.binding.editingsupports.AutoCompleteTextEditingSupport
Packages that use AutoCompleteTextEditingSupport
Package
Description
-
Uses of AutoCompleteTextEditingSupport in com.amalgamasimulation.desktop.binding.editingsupports
Subclasses of AutoCompleteTextEditingSupport in com.amalgamasimulation.desktop.binding.editingsupportsModifier and TypeClassDescriptionclassClass is used to enable editing a table cell via a auto complete with a list of values.Methods in com.amalgamasimulation.desktop.binding.editingsupports that return AutoCompleteTextEditingSupportModifier and TypeMethodDescriptionAutoCompleteTextEditingSupport.enableNullElement(String notSetLiteral) Add an element on top of other elements in the combo box to clear the table cell value.AutoCompleteTextEditingSupport.setComparator(Comparator<V> comparator) Add a comparator that is used to sort combo box values.AutoCompleteTextEditingSupport.setElements(org.eclipse.core.databinding.observable.list.IObservableList<V> elements) Set up the value elementsAutoCompleteTextEditingSupport.setFilter(BiPredicate<T, V> filter) Add a filter.AutoCompleteTextEditingSupport.setNameExtractor(Function<V, String> nameExtractor) Set up the combo box elements naming. -
Uses of AutoCompleteTextEditingSupport in com.amalgamasimulation.desktop.ui.builders
Fields in com.amalgamasimulation.desktop.ui.builders declared as AutoCompleteTextEditingSupportModifier and TypeFieldDescriptionprotected AutoCompleteTextEditingSupport<T, E> AutoCompleteTextEditingSupport.Builder.editingSupport