Bug 465449 - [Demo] Fix deprecated databinding factories in org.eclipse.e4.demo.contacts
Summary: [Demo] Fix deprecated databinding factories in org.eclipse.e4.demo.contacts
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.5   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 4.5 M7   Edit
Assignee: Stephan Hackstedt CLA
QA Contact:
URL: [Demo] Fix deprecated databinding fac...
Whiteboard:
Keywords: greatfix
Depends on:
Blocks:
 
Reported: 2015-04-24 14:32 EDT by Stephan Hackstedt CLA
Modified: 2015-04-29 10:07 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Hackstedt CLA 2015-04-24 14:32:03 EDT
For example the DetailsComposite still uses deprecated code like 

SWTObservables.observeText(text, SWT.Modify))

which should be replaced by

WidgetProperties.text(SWT.Modify).observe(text)
Comment 1 Eclipse Genie CLA 2015-04-24 15:52:48 EDT
New Gerrit change created: https://git.eclipse.org/r/46458
Comment 3 Lars Vogel CLA 2015-04-29 10:07:00 EDT
Thanks Stephan.