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