Uses of Interface
com.amalgamasimulation.desktop.ui.builders.TextEditingSupport.StrategyBuilder
Packages that use TextEditingSupport.StrategyBuilder
Package
Description
-
Uses of TextEditingSupport.StrategyBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement TextEditingSupport.StrategyBuilderModifier and TypeClassDescriptionstatic classTextEditingSupport.Builder<T,E, R extends IEditableColumn<T, E, R>> A builder class to set up the properties of a text editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return TextEditingSupport.StrategyBuilderModifier and TypeMethodDescriptionstatic <T1,E1, R1 extends IEditableColumn<T1, E1, R1>>
TextEditingSupport.StrategyBuilder<T1, E1, R1> TextEditingSupport.Builder.create(R1 columnDescriptor) -
Uses of TextEditingSupport.StrategyBuilder in com.amalgamasimulation.desktop.ui.columndescriptors
Methods in com.amalgamasimulation.desktop.ui.columndescriptors that return TextEditingSupport.StrategyBuilderModifier and TypeMethodDescriptionEditableColumn.textEditor()IEditableColumn.textEditor()Returns a builder object that can be used to install text-based editing onto a column.