Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFLocalTimeEditingSupport.FinalBuilder
Packages that use EMFLocalTimeEditingSupport.FinalBuilder
-
Uses of EMFLocalTimeEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFLocalTimeEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classEMFLocalTimeEditingSupport.Builder<T,E, R extends IEMFColumn<T, E, R>> A builder class to set up the properties of an LocalTime editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return EMFLocalTimeEditingSupport.FinalBuilderModifier and TypeMethodDescriptionEMFLocalTimeEditingSupport.Builder.buttonText(String text) EMFLocalTimeEditingSupport.FinalBuilder.buttonText(String text) Set text for button, if the image is set, the text is not shownSet function that returns a value that indicates whether the cell can be editedEMFLocalTimeEditingSupport.Builder.clearExistButton()EMFLocalTimeEditingSupport.FinalBuilder.clearExistButton()Adds a clear value button to the dialogEMFLocalTimeEditingSupport.Builder.feature(org.eclipse.emf.ecore.EStructuralFeature feature) EMFLocalTimeEditingSupport.EditedFeatureBuilder.feature(org.eclipse.emf.ecore.EStructuralFeature feature) Set the feature pointing to the field that is being edited (a field in template class) EMFLocalTimeEditingSupport.Builder.handler(BiConsumer<T, LocalTime> handler) EMFLocalTimeEditingSupport.FinalBuilder.handler(BiConsumer<T, LocalTime> handler) Set function that will be executed after losing focus on the combo box editor or after pressing the Enter buttonEMFLocalTimeEditingSupport.Builder.icon(org.eclipse.swt.graphics.Image image) EMFLocalTimeEditingSupport.FinalBuilder.icon(org.eclipse.swt.graphics.Image image) Set image for button, if the image is set, the text is not shownEMFLocalTimeEditingSupport.Builder.newLocalTimeCreator(Supplier<LocalTime> newLocalTimeCreator) EMFLocalTimeEditingSupport.FinalBuilder.newLocalTimeCreator(Supplier<LocalTime> newLocalTimeCreator) Set function that returns a new LocalTime, if old value == null