Uses of Class
com.amalgamasimulation.desktop.binding.widgets.ContainerBooleanDataBinding
Packages that use ContainerBooleanDataBinding
Package
Description
-
Uses of ContainerBooleanDataBinding in com.amalgamasimulation.desktop.binding.widgets
Modifier and TypeClassDescriptionclassEmfBooleanDataBinding<T extends org.eclipse.emf.ecore.EObject>A specialized boolean data binding implementation for EMF (Eclipse Modeling Framework) models.Methods in com.amalgamasimulation.desktop.binding.widgets that return ContainerBooleanDataBindingModifier and TypeMethodDescriptionContainerBooleanDataBinding.containerObservable(org.eclipse.core.databinding.observable.value.IObservableValue<T> containerObservable) Sets the observable container instance.ContainerBooleanDataBinding.handler(BiConsumer<T, Boolean> handler) Sets the handler function that updates the container with new boolean values.ContainerBooleanDataBinding.valueExtractor(Function<T, Boolean> valueExtractor) Sets the value extractor function that gets the boolean state from the container. -
Uses of ContainerBooleanDataBinding in com.amalgamasimulation.desktop.ui.editor.sections
Methods in com.amalgamasimulation.desktop.ui.editor.sections that return ContainerBooleanDataBinding