Package com.amalgamasimulation.desktop.binding.widgets
package com.amalgamasimulation.desktop.binding.widgets
-
ClassDescriptionAbstract base class for auto-complete text field bindings with support for filtering, sorting, and validation of selectable values.An abstract implementation of
AbstractDataBindingfor binding boolean values to SWTButtoncontrols (typically used for checkboxes).Abstract base class for combo box data bindings with support for filtering, sorting, and validation of selectable values.Interface for defining data binding behavior between UI controls and model values.Extended data binding interface for selectable objects that adds filtering and sorting capabilities.Abstract base class for text-based data bindings between SWTTextcontrols and model values.A concrete implementation ofAbstractAutoCompleteTextDataBindingthat provides functional interfaces for value access, modification, and display formatting.A concrete implementation ofAbstractBooleanDataBindingthat uses functional interfaces for value access and modification.A concrete implementation ofAbstractComboboxDataBindingthat uses functional interfaces for value access, modification, and display formatting.A specialized auto-complete text binding implementation that works with container objects.A specialized boolean data binding implementation that works with container objects.A specialized combo box binding implementation that works with container objects.ContainerDataBinding<T,V> Data binding interface for components that work with a container of observable values.A specialized text data binding implementation that works with container objects.EmfAutoCompleteTextDataBinding<T extends org.eclipse.emf.ecore.EObject,V> A specialized auto-complete text binding implementation for EMF (Eclipse Modeling Framework) models.EmfBooleanDataBinding<T extends org.eclipse.emf.ecore.EObject>A specialized boolean data binding implementation for EMF (Eclipse Modeling Framework) models.EmfComboboxDataBinding<T extends org.eclipse.emf.ecore.EObject,V> A specialized combo box binding implementation for EMF (Eclipse Modeling Framework) models.EmfDataBinding<T extends org.eclipse.emf.ecore.EObject,V> Specialized data binding interface for working with EMF (Eclipse Modeling Framework) models.EmfTextDataBinding<T extends org.eclipse.emf.ecore.EObject,V> A specialized text data binding implementation for EMF (Eclipse Modeling Framework) models.A concrete implementation ofAbstractTextDataBindingthat uses functional interfaces for value access and modification.