Uses of Class
com.amalgamasimulation.desktop.binding.widgets.BooleanDataBinding
Packages that use BooleanDataBinding
Package
Description
-
Uses of BooleanDataBinding in com.amalgamasimulation.desktop.binding.widgets
Methods in com.amalgamasimulation.desktop.binding.widgets that return BooleanDataBindingModifier and TypeMethodDescriptionSets the handler function that processes new boolean values.BooleanDataBinding.valueExtractor(BooleanSupplier valueExtractor) Sets the value extractor function that provides the current boolean state. -
Uses of BooleanDataBinding in com.amalgamasimulation.desktop.ui.editor.builders.custom
Method parameters in com.amalgamasimulation.desktop.ui.editor.builders.custom with type arguments of type BooleanDataBindingModifier and TypeMethodDescriptionCheckBoxBuilder.Builder.create(BooleanSupplier valueExtractor, CustomSectionBuilder.FinalBuilder parentBuilder, BiConsumer<BooleanDataBinding, CheckboxButtonProperties> createAction)