Uses of Interface
com.amalgamasimulation.desktop.binding.widgets.EmfDataBinding
Packages that use EmfDataBinding
Package
Description
-
Uses of EmfDataBinding in com.amalgamasimulation.desktop.binding.widgets
Classes in com.amalgamasimulation.desktop.binding.widgets that implement EmfDataBindingModifier and TypeClassDescriptionclassEmfAutoCompleteTextDataBinding<T extends org.eclipse.emf.ecore.EObject,V> A specialized auto-complete text binding implementation for EMF (Eclipse Modeling Framework) models.classEmfBooleanDataBinding<T extends org.eclipse.emf.ecore.EObject>A specialized boolean data binding implementation for EMF (Eclipse Modeling Framework) models.classEmfComboboxDataBinding<T extends org.eclipse.emf.ecore.EObject,V> A specialized combo box binding implementation for EMF (Eclipse Modeling Framework) models.classEmfTextDataBinding<T extends org.eclipse.emf.ecore.EObject,V> A specialized text data binding implementation for EMF (Eclipse Modeling Framework) models. -
Uses of EmfDataBinding in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common
Fields in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common declared as EmfDataBindingConstructors in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common with parameters of type EmfDataBindingModifierConstructorDescriptionEmfButton(EmfButtonProperties<T, V, ?> buttonProperties, EmfDataBinding<T, V> dataBinding)