| Summary: | [EMF Databinding] allow emf data model service to determine model type | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Technology] XWT | Reporter: | Erdal Karaca <erdal.karaca.de> | ||||
| Component: | Core | Assignee: | Project Inbox <e4.xwt-inbox> | ||||
| Status: | NEW --- | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 188121 [details]
Implemented a heuristic method for model type determination
|
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.