Bug 566752

Summary: [Databinding 2.0] Writeable vs ReadOnly Observables
Product: [Eclipse Project] Platform Reporter: Christoph Laeubrich <laeubi>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.14   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 566750    

Description Christoph Laeubrich CLA 2020-09-08 01:06:14 EDT
Currently there is a mix of modifiable/non modifiable, wrapped values and then there are the Writable* implementations and so on.

This could be simplified if we simply follow the concept taken in the JavaCollections Framework, that the default implementations are simply read/write and there are static methods to derive a read-only value from.