Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 366804

Summary: [Restructuring] Table widget upgrade
Product: z_Archived Reporter: Gregoire Dupe <gdupe>
Component: EMF-FacetAssignee: Gregoire Dupe <gdupe>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: emft.facet-inbox
Version: unspecifiedFlags: gdupe: juno+
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
org.eclipse.emf.facet.widgets.table.metamodel
gdupe: iplog+
org.eclipse.emf.facet.widgets.table.ui
gdupe: iplog+
org.eclipse.emf.facet.widgets.table.ui.nattable
gdupe: iplog+
org.eclipse.emf.facet.widgets.table.ui.workbench
gdupe: iplog+
org.eclipse.emf.facet.widgets.table.metamodel.edit plug-in gdupe: iplog+

Description Gregoire Dupe CLA 2011-12-15 08:27:14 EST
We need a copy of the table widget components 
 - to change the facet and customization framework 
 - to change the meta-model version
 - to add new interface methods

All of this without any API breaks.
Comment 1 Gregoire Dupe CLA 2011-12-15 09:21:53 EST
Created attachment 208436 [details]
org.eclipse.emf.facet.widgets.table.metamodel

Here is the plug-in org.eclipse.emf.facet.widgets.table.metamodel which contains 
 - copy of code from org.eclipse.emf.facet.widgets.nattable.instance. 
 - some refactoring provided by myself.

(a) I, Gregoire Dupe, wrote 100% of the code I've provided.
(b) I have the right to contribute the code to Eclipse.
(c) I contribute the content under the EPL.
(d) This contribution contains no Cryptography features.
Comment 2 Gregoire Dupe CLA 2011-12-15 09:22:46 EST
Created attachment 208437 [details]
org.eclipse.emf.facet.widgets.table.ui

Here is the plug-in org.eclipse.emf.facet.widgets.table.ui which contains 
 - copy of code from org.eclipse.emf.facet.widgets.nattable ; 
 - some refactoring provided by myself.

(a) I, Gregoire Dupe, wrote 100% of the code I've provided.
(b) I have the right to contribute the code to Eclipse.
(c) I contribute the content under the EPL.
(d) This contribution contains no Cryptography features.
Comment 3 Gregoire Dupe CLA 2011-12-15 09:23:34 EST
Created attachment 208438 [details]
org.eclipse.emf.facet.widgets.table.ui.nattable

Here is the plug-in org.eclipse.emf.facet.widgets.table.ui.nattable which contains 
 - copy of code from org.eclipse.emf.facet.widgets.nattable. 
 - some refactoring provided by myself.

(a) I, Gregoire Dupe, wrote 100% of the code I've provided.
(b) I have the right to contribute the code to Eclipse.
(c) I contribute the content under the EPL.
(d) This contribution contains no Cryptography features.
Comment 4 Gregoire Dupe CLA 2011-12-15 09:24:52 EST
Created attachment 208439 [details]
org.eclipse.emf.facet.widgets.table.ui.workbench

Here is the plug-in org.eclipse.emf.facet.widgets.table.ui.workbench which contains 
 - copy of code from org.eclipse.emf.facet.widgets.nattable.workbench 
 - some refactoring provided by myself.

(a) I, Gregoire Dupe, wrote 100% of the code I've provided.
(b) I have the right to contribute the code to Eclipse.
(c) I contribute the content under the EPL.
(d) This contribution contains no Cryptography features.
Comment 5 Gregoire Dupe CLA 2011-12-15 09:28:28 EST
Comment on attachment 208436 [details]
org.eclipse.emf.facet.widgets.table.metamodel

I've commit this new plug-in.

Committed revision 1275.
Comment 6 Gregoire Dupe CLA 2011-12-15 09:29:12 EST
Comment on attachment 208437 [details]
org.eclipse.emf.facet.widgets.table.ui

I've commit this new plug-in.

Committed revision 1277.
Comment 7 Gregoire Dupe CLA 2011-12-15 09:30:31 EST
Comment on attachment 208438 [details]
org.eclipse.emf.facet.widgets.table.ui.nattable

I've commit this new plug-in.

Committed revision 1279.
Comment 8 Gregoire Dupe CLA 2011-12-15 09:31:54 EST
Comment on attachment 208439 [details]
org.eclipse.emf.facet.widgets.table.ui.workbench

I've commit this new plug-in.

Committed revision 1281.
Comment 9 Gregoire Dupe CLA 2011-12-16 13:52:46 EST
I've created a new ".table" editor which can deal with any version of the tableinstance meta-model.

Committed revision 1337.
Comment 10 Gregoire Dupe CLA 2011-12-21 13:54:22 EST
Created attachment 208704 [details]
org.eclipse.emf.facet.widgets.table.metamodel.edit plug-in

You can fin as an attachment the source of the plug-in org.eclipse.emf.facet.widgets.table.metamodel.edit. This plug-in has generated using EMF and from data already existing in EMF Facet. There then no IP issues.
Comment 11 Gregoire Dupe CLA 2011-12-21 13:56:51 EST
Comment on attachment 208704 [details]
org.eclipse.emf.facet.widgets.table.metamodel.edit plug-in

I've committed this plug-in.
Comment 12 Gregoire Dupe CLA 2011-12-22 12:13:25 EST
I’ve finished the widget component copy.

I’ve finished to fix the test contained in org.eclipse.emf.facet.widgets.table.tests.

I’ve disables v0_2 resources and enables v0_1 resources in the plugin.xml of the unit test because when we will change the facet meta-model v0_1 test must not fail and the v0_2 test resource will have to be modified anyway.

I’ve enable the new test plug-in in the build.
Comment 13 Gregoire Dupe CLA 2012-07-23 11:43:58 EDT
This bug can be closed.