| [news.eclipse.platform.rcp] Re: [jface.databinding] empty-selection state not supported by SingleSelectionObservableValue? |
You are correct, we should call Combo.deselectAll() when the index is set to -1. Would you file a bug against Platform - UI for this? Please preface the subject line with [DataBinding] to make it easy to triage.
I did so, see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=288642
Thanks, I'll take a look.
A final point: It would be great, if jface databinding could add in the future bean reflection of *generic* classes (in a special project that requires Java 1.5), e.g. for classes like
Matthew