Bug 571657 - TableColumn and TreeColumn should share a common parent class
Summary: TableColumn and TreeColumn should share a common parent class
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.20   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-03 10:47 EST by Christoph Laeubrich CLA
Modified: 2021-03-03 10:47 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Laeubrich CLA 2021-03-03 10:47:24 EST
TableColumn and TreeColumn share many common properties but not a common class, that forces me (and jface ;-)) to write the same code twice, once for  TableColumn and once for TreeColumn.

a common class (or even interface) Column would greatly simplify these.