Class UpdatableStringTextField

    • Constructor Detail

      • UpdatableStringTextField

        public UpdatableStringTextField​(org.eclipse.swt.widgets.Text textField)
        Creates wrap around given text field
        Parameters:
        textField - The textField 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