Community
Participate
Working Groups
I have a data binding as follows: <TableViewerColumn width="150" text="Result Data" bindingPath="result" itemText="{Binding path=(a:Result.data)}" /> The Model is as follows: ResultObject + result : Result (containment reference) Result + data : double As org.eclipse.e4.xwt.emf.EMFDataModelService.loadModelType(String) is not implemented, this binding will fail.
Created attachment 188121 [details] Implemented a heuristic method for model type determination