Uses of Class
com.amalgamasimulation.desktop.binding.widgets.EmfAutoCompleteTextDataBinding
Packages that use EmfAutoCompleteTextDataBinding
Package
Description
-
Uses of EmfAutoCompleteTextDataBinding in com.amalgamasimulation.desktop.binding.widgets
Methods in com.amalgamasimulation.desktop.binding.widgets that return EmfAutoCompleteTextDataBindingModifier and TypeMethodDescriptionEmfAutoCompleteTextDataBinding.feature(org.eclipse.emf.ecore.EStructuralFeature feature) Sets the EMF structural feature to bind to the text control.EmfAutoCompleteTextDataBinding.nameFeature(org.eclipse.emf.ecore.EStructuralFeature nameFeature) Sets a separate EMF feature to use for displaying values in the auto-complete dropdown. -
Uses of EmfAutoCompleteTextDataBinding in com.amalgamasimulation.desktop.ui.editor.builders.custom
Method parameters in com.amalgamasimulation.desktop.ui.editor.builders.custom with type arguments of type EmfAutoCompleteTextDataBindingModifier and TypeMethodDescriptionstatic <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfAutoCompleteBuilder.FeatureBuilder<T1, V1> EmfAutoCompleteBuilder.Builder.create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable, CustomSectionBuilder.FinalBuilder parentBuilder, BiConsumer<EmfAutoCompleteTextDataBinding<T1, V1>, TextProperties> createAction) -
Uses of EmfAutoCompleteTextDataBinding in com.amalgamasimulation.desktop.ui.editor.sections
Methods in com.amalgamasimulation.desktop.ui.editor.sections that return EmfAutoCompleteTextDataBinding