Uses of Interface
com.amalgamasimulation.desktop.ui.builders.LocalTimeEditingSupport.FinalBuilder
Packages that use LocalTimeEditingSupport.FinalBuilder
-
Uses of LocalTimeEditingSupport.FinalBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement LocalTimeEditingSupport.FinalBuilderModifier and TypeClassDescriptionstatic classLocalTimeEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a LocalTime editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return LocalTimeEditingSupport.FinalBuilderModifier and TypeMethodDescriptionLocalTimeEditingSupport.Builder.buttonText(String text) LocalTimeEditingSupport.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 editedLocalTimeEditingSupport.Builder.clearExistButton()LocalTimeEditingSupport.FinalBuilder.clearExistButton()Adds a clear value button to the dialogLocalTimeEditingSupport.ActionAfterPressOkBuilder.handler(BiConsumer<T, LocalTime> listener) Set function that will be executed after losing focus on the combo box editor or after pressing the Enter buttonLocalTimeEditingSupport.Builder.handler(BiConsumer<T, LocalTime> listener) LocalTimeEditingSupport.Builder.icon(org.eclipse.swt.graphics.Image image) LocalTimeEditingSupport.FinalBuilder.icon(org.eclipse.swt.graphics.Image image) Set image for button, if the image is set, the text is not shownLocalTimeEditingSupport.Builder.newLocalTimeCreator(Supplier<LocalTime> newLocalTimeCreator) LocalTimeEditingSupport.FinalBuilder.newLocalTimeCreator(Supplier<LocalTime> newLocalTimeCreator) Set function that returns a new LocalTime, if old value == null