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 WidgetProperties
and 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?
org.eclipse.jface.databinding.swt.typed
. In fact, this thread here is the current top result using duckduckgo. – Ciaracibber