Uses of Interface
com.amalgamasimulation.desktop.ui.builders.EMFTextEditingSupport.EditedFeatureBuilder
Packages that use EMFTextEditingSupport.EditedFeatureBuilder
Package
Description
-
Uses of EMFTextEditingSupport.EditedFeatureBuilder in com.amalgamasimulation.desktop.ui.builders
Classes in com.amalgamasimulation.desktop.ui.builders that implement EMFTextEditingSupport.EditedFeatureBuilderModifier and TypeClassDescriptionstatic classEMFTextEditingSupport.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 EMFTextEditingSupport.EditedFeatureBuilderModifier and TypeMethodDescriptionstatic <T1,E1, R1 extends IEMFColumn<T1, E1, R1>>
EMFTextEditingSupport.EditedFeatureBuilder<T1, E1, R1> EMFTextEditingSupport.Builder.create(R1 columnDescriptor) -
Uses of EMFTextEditingSupport.EditedFeatureBuilder in com.amalgamasimulation.desktop.ui.columndescriptors
Methods in com.amalgamasimulation.desktop.ui.columndescriptors that return EMFTextEditingSupport.EditedFeatureBuilderModifier and TypeMethodDescriptionEmfColumn.emfTextEditor()IEMFColumn.emfTextEditor()Returns a builder object that can be used to install text-based editing onto a column.