Uses of Class
com.amalgamasimulation.desktop.binding.editingsupports.TextEditingSupport
Packages that use TextEditingSupport
Package
Description
-
Uses of TextEditingSupport in com.amalgamasimulation.desktop.binding.editingsupports
Subclasses of TextEditingSupport 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.classClass is used to enable editing a table cell via a auto complete with a list of values.classClass is used to edit a table cell value.Methods in com.amalgamasimulation.desktop.binding.editingsupports that return TextEditingSupportModifier and TypeMethodDescriptionTextEditingSupport.setSelectionListener(BiConsumer<T, V> selectionListener) Set up the selectionListenerTextEditingSupport.setStrategy(ValidationStrategy<V, String> strategy) Set up strategy checking the entered valueTextEditingSupport.setValueExtractor(Function<T, V> valueExtractor) Set up the value Extractor -
Uses of TextEditingSupport in com.amalgamasimulation.desktop.ui.builders
Fields in com.amalgamasimulation.desktop.ui.builders declared as TextEditingSupportModifier and TypeFieldDescriptionprotected TextEditingSupport<T, E> TextEditingSupport.Builder.editingSupport