Uses of Class
com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.CheckboxButtonProperties
Packages that use CheckboxButtonProperties
Package
Description
-
Uses of CheckboxButtonProperties in com.amalgamasimulation.desktop.ui.editor
Methods in com.amalgamasimulation.desktop.ui.editor that return CheckboxButtonProperties -
Uses of CheckboxButtonProperties in com.amalgamasimulation.desktop.ui.editor.builders.custom
Methods in com.amalgamasimulation.desktop.ui.editor.builders.custom with parameters of type CheckboxButtonPropertiesModifier and TypeMethodDescriptionCheckBoxBuilder.Builder.checkboxProperties(CheckboxButtonProperties checkboxButtonProperties) Method parameters in com.amalgamasimulation.desktop.ui.editor.builders.custom with type arguments of type CheckboxButtonPropertiesModifier and TypeMethodDescriptionCheckBoxBuilder.Builder.create(BooleanSupplier valueExtractor, CustomSectionBuilder.FinalBuilder parentBuilder, BiConsumer<BooleanDataBinding, CheckboxButtonProperties> createAction) -
Uses of CheckboxButtonProperties in com.amalgamasimulation.desktop.ui.editor.builders.interfaces
Methods in com.amalgamasimulation.desktop.ui.editor.builders.interfaces with parameters of type CheckboxButtonPropertiesModifier and TypeMethodDescriptionICheckboxPropertiesBuilder.checkboxProperties(CheckboxButtonProperties checkboxButtonProperties) -
Uses of CheckboxButtonProperties in com.amalgamasimulation.desktop.ui.editor.sections
Methods in com.amalgamasimulation.desktop.ui.editor.sections with parameters of type CheckboxButtonPropertiesModifier and TypeMethodDescriptionvoidCustomSection.checkBoxEditor(AbstractBooleanDataBinding dataBinding, CheckboxButtonProperties checkBoxProperties) -
Uses of CheckboxButtonProperties in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common
Constructors in com.amalgamasimulation.desktop.ui.editor.sections.descriptors.buttons.common with parameters of type CheckboxButtonPropertiesModifierConstructorDescriptionCheckboxButton(CheckboxButtonProperties buttonProperties, AbstractDataBinding<Boolean> dataBinding)