Class UpdatableCombo

    • Constructor Detail

      • UpdatableCombo

        public UpdatableCombo​(org.eclipse.swt.widgets.Combo combo)
        Creates new wrap around given Combo element
        Parameters:
        combo - The element to be wrapped, cannot be null
    • Method Detail

      • updateControl

        public void updateControl​(String 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<String>
        Parameters:
        value - The value to be set, can be null