Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFCheckBoxEditingSupport.FinalBuilder
Packages that use EMFCheckBoxEditingSupport.FinalBuilder
-
Uses of EMFCheckBoxEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFCheckBoxEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classEMFCheckBoxEditingSupport.Builder<T,E, R extends IEMFColumn<T, E, R>> A builder class to set up the properties of an checkbox editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return EMFCheckBoxEditingSupport.FinalBuilderModifier and TypeMethodDescriptionSet function that returns a value that indicates whether the cell can be editedEMFCheckBoxEditingSupport.Builder.feature(org.eclipse.emf.ecore.EStructuralFeature feature) EMFCheckBoxEditingSupport.EditedFeatureBuilder.feature(org.eclipse.emf.ecore.EStructuralFeature feature) Set the feature pointing to the field that is being edited (a field in template class) EMFCheckBoxEditingSupport.Builder.handler(BiConsumer<T, E> listener) EMFCheckBoxEditingSupport.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 button