Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFTextEditingSupport.FinalBuilder
Packages that use EMFTextEditingSupport.FinalBuilder
-
Uses of EMFTextEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFTextEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classEMFTextEditingSupport.Builder<T,E, R extends IEMFColumn<T, E, R>> A builder class to set up the properties of an text editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return EMFTextEditingSupport.FinalBuilderModifier and TypeMethodDescriptionSet function that returns a value that indicates whether the cell can be editedEMFTextEditingSupport.Builder.handler(BiConsumer<T, E> listener) EMFTextEditingSupport.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 buttonEMFTextEditingSupport.Builder.strategy(ValidationStrategy<E, String> strategy) EMFTextEditingSupport.StrategyBuilder.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.