Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFAutoCompleteTextEditingSupport.ElementsBuilder
Packages that use EMFAutoCompleteTextEditingSupport.ElementsBuilder
Package
Description
-
Uses of EMFAutoCompleteTextEditingSupport.ElementsBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFAutoCompleteTextEditingSupport.ElementsBuilderModifier and TypeClassDescriptionstatic classEMFAutoCompleteTextEditingSupport.Builder<T,E, R extends IEMFColumn<T, E, R>> A builder class to set up the properties of an auto-complete text editing support.Methods in com.amalgamasimulation.desktop.ui.builders that return EMFAutoCompleteTextEditingSupport.ElementsBuilderModifier and TypeMethodDescriptionstatic <T1,E1, R1 extends IEMFColumn<T1, E1, R1>>
EMFAutoCompleteTextEditingSupport.ElementsBuilder<T1, E1, R1> EMFAutoCompleteTextEditingSupport.Builder.create(R1 columnDescriptor) -
Uses of EMFAutoCompleteTextEditingSupport.ElementsBuilder in com.amalgamasimulation.desktop.ui.columndescriptors
Methods in com.amalgamasimulation.desktop.ui.columndescriptors that return EMFAutoCompleteTextEditingSupport.ElementsBuilderModifier and TypeMethodDescriptionEmfColumn.emfAutoCompleteTextEditor()IEMFColumn.emfAutoCompleteTextEditor()Returns a builder object that can be used to install auto complete text-based editing onto a column.