Class UpdatableIntegerTextField

    • Constructor Detail

      • UpdatableIntegerTextField

        public UpdatableIntegerTextField​(org.eclipse.swt.widgets.Text textField)
        Creates new wrap around textField element
        Parameters:
        textField - The text field to be wrapped, cannot be null
    • Method Detail

      • updateControl

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