Class UpdatableCheckBox

    • Constructor Detail

      • UpdatableCheckBox

        public UpdatableCheckBox​(org.eclipse.swt.widgets.Button button)
        Creates new wrap around checkbox button
        Parameters:
        button - The button to be wrapped, cannot be null
    • Method Detail

      • updateControl

        public void updateControl​(Boolean value)
        Description copied from interface: IUpdatableControl
        Sets control's value to the given one. Shall NOT do anything when the given value is equal to the one that control holds
        Specified by:
        updateControl in interface IUpdatableControl<Boolean>
        Parameters:
        value - The value to be set, can be null