Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFLocalDateTimeEditingSupport.FinalBuilder
Packages that use EMFLocalDateTimeEditingSupport.FinalBuilder
-
Uses of EMFLocalDateTimeEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFLocalDateTimeEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classEMFLocalDateTimeEditingSupport.Builder<T,E, R extends IEMFColumn<T, E, R>> A builder class to set up the properties of an LocalDateTime editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return EMFLocalDateTimeEditingSupport.FinalBuilderModifier and TypeMethodDescriptionEMFLocalDateTimeEditingSupport.Builder.buttonText(String text) EMFLocalDateTimeEditingSupport.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 editedEMFLocalDateTimeEditingSupport.Builder.clearExistButton()EMFLocalDateTimeEditingSupport.FinalBuilder.clearExistButton()Adds a clear value button to the dialogEMFLocalDateTimeEditingSupport.Builder.feature(org.eclipse.emf.ecore.EStructuralFeature feature) EMFLocalDateTimeEditingSupport.EditedFeatureBuilder.feature(org.eclipse.emf.ecore.EStructuralFeature feature) Set the feature pointing to the field that is being edited (a field in template class) EMFLocalDateTimeEditingSupport.Builder.handler(BiConsumer<T, LocalDateTime> handler) EMFLocalDateTimeEditingSupport.FinalBuilder.handler(BiConsumer<T, LocalDateTime> handler) Set function that will be executed after losing focus on the combo box editor or after pressing the Enter buttonEMFLocalDateTimeEditingSupport.Builder.icon(org.eclipse.swt.graphics.Image image) EMFLocalDateTimeEditingSupport.FinalBuilder.icon(org.eclipse.swt.graphics.Image image) Set image for button, if the image is set, the text is not shownEMFLocalDateTimeEditingSupport.Builder.newDateCreator(Supplier<LocalDateTime> newLocalDateTimeCreator) EMFLocalDateTimeEditingSupport.FinalBuilder.newDateCreator(Supplier<LocalDateTime> newLocalDateTimeCreator) Set function that returns a new LocalDateTime, if old value == nullEMFLocalDateTimeEditingSupport.Builder.onlyDate()EMFLocalDateTimeEditingSupport.TypeDialogBuilder.onlyDate()Enables a dialog type in which only the date is edited in the dialog.EMFLocalDateTimeEditingSupport.Builder.onlyTime()EMFLocalDateTimeEditingSupport.TypeDialogBuilder.onlyTime()Enables a dialog type in which only the time is edited in the dialog.