Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFTextIdEditingSupport.FinalBuilder
Packages that use EMFTextIdEditingSupport.FinalBuilder
-
Uses of EMFTextIdEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFTextIdEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classEMFTextIdEditingSupport.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 EMFTextIdEditingSupport.FinalBuilderModifier and TypeMethodDescriptionSet function that returns a value that indicates whether the cell can be editedEMFTextIdEditingSupport.Builder.handler(BiConsumer<T, E> listener) EMFTextIdEditingSupport.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 buttonEMFTextIdEditingSupport.Builder.idFeature(org.eclipse.emf.ecore.EStructuralFeature feature) EMFTextIdEditingSupport.IdFeatureBuilder.idFeature(org.eclipse.emf.ecore.EStructuralFeature feature) Set the identifier function to point to the field identifier by which the uniqueness of the entered value will be checked.