Uses of Class
com.amalgamasimulation.desktop.binding.widgets.EmfComboboxDataBinding
Packages that use EmfComboboxDataBinding
Package
Description
-
Uses of EmfComboboxDataBinding in com.amalgamasimulation.desktop.binding.widgets
Methods in com.amalgamasimulation.desktop.binding.widgets that return EmfComboboxDataBindingModifier and TypeMethodDescriptionEmfComboboxDataBinding.feature(org.eclipse.emf.ecore.EStructuralFeature feature) Sets the EMF structural feature to bind to the combo box.EmfComboboxDataBinding.nameFeature(org.eclipse.emf.ecore.EStructuralFeature nameFeature) Sets the EMF feature to use for displaying item labels. -
Uses of EmfComboboxDataBinding in com.amalgamasimulation.desktop.ui.editor.builders.custom
Method parameters in com.amalgamasimulation.desktop.ui.editor.builders.custom with type arguments of type EmfComboboxDataBindingModifier and TypeMethodDescriptionstatic <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfComboBoxBuilder.FeatureBuilder<T1, V1> EmfComboBoxBuilder.Builder.create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable, CustomSectionBuilder.FinalBuilder parentBuilder, BiConsumer<EmfComboboxDataBinding<T1, V1>, ComboBoxProperties> createAction) static <T1 extends org.eclipse.emf.ecore.EObject,V1>
EmfEnumBuilder.FeatureBuilder<T1, V1> EmfEnumBuilder.Builder.create(org.eclipse.core.databinding.observable.value.IObservableValue<T1> containerObservable, CustomSectionBuilder.FinalBuilder parentBuilder, BiConsumer<EmfComboboxDataBinding<T1, V1>, ComboBoxProperties> createAction) -
Uses of EmfComboboxDataBinding in com.amalgamasimulation.desktop.ui.editor.sections
Methods in com.amalgamasimulation.desktop.ui.editor.sections that return EmfComboboxDataBinding