I have been toying around with Eclipse plug-in development recently and when I tried to bind an SWT Text to a String in my data model using the Eclipse Bindings tab, the code it generated was relying on deprecated classes like WidgetPropertiesand PojoProperties.
Are there any newer classes I missed out on? Is there an easy way to do the data binding without having to suppress warnings?