I created a SWT Slider the "createControl" method of one class and I need to update that Slider from a separate class. I tried the approach below but got an error when calling slider.setSelection...