Uses of Interface
com.amalgamasimulation.desktop.ui.builders.LocalTimeEditingSupport.ActionAfterPressOkBuilder
Packages that use LocalTimeEditingSupport.ActionAfterPressOkBuilder
Package
Description
-
Uses of LocalTimeEditingSupport.ActionAfterPressOkBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement LocalTimeEditingSupport.ActionAfterPressOkBuilderModifier 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.ActionAfterPressOkBuilderModifier and TypeMethodDescriptionstatic <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
LocalTimeEditingSupport.ActionAfterPressOkBuilder<T1, E1, R1> LocalTimeEditingSupport.Builder.create(R1 columnDescriptor) -
Uses of LocalTimeEditingSupport.ActionAfterPressOkBuilder in com.amalgamasimulation.desktop.ui.columndescriptors
Methods in com.amalgamasimulation.desktop.ui.columndescriptors that return LocalTimeEditingSupport.ActionAfterPressOkBuilderModifier and TypeMethodDescriptionEditableColumn.localTimeEditor()IEditableColumn.localTimeEditor()Returns a builder object that can be used to install LocalTime editing onto a column.