Bug 388654 - Constructor {EditingSupport} no found
Summary: Constructor {EditingSupport} no found
Status: NEW
Alias: None
Product: XWT
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-02 22:36 EDT by Mark van Beek CLA
Modified: 2013-01-24 15:31 EST (History)
0 users

See Also:


Attachments
Report generated by WindowBuilder (43.01 KB, application/zip)
2012-09-02 22:37 EDT, Mark van Beek CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark van Beek CLA 2012-09-02 22:36:57 EDT
When adding a class which extends EditingSupport, XWT tries to execute the default constructor. Since EditingSupport requires a ColumnViewer argument to be present this fails and an XWTException is thrown.

Steps to reproduce:
In WindowBuilder:
Attach a TableViewer to a Composite
Attach a TableViewerColumn to the TableViewer
Set the editingSupport for the TableViewerColumn to a class that extends EditingSupport

Attached is a zip containing the generated report from WindowBuilder

Yours sincerely,
Mark
Comment 1 Mark van Beek CLA 2012-09-02 22:37:28 EDT
Created attachment 220641 [details]
Report generated by WindowBuilder