Community
Participate
Working Groups
We need a facet extending EObject to provide eClass(), eContainer(), etc. This facet will be used by the table and the customizable content provider.
Created attachment 211416 [details] org.eclipse.emf.facet.ecore plug-in Here is a plug-in containing the required facet. (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 on attachment 211416 [details] org.eclipse.emf.facet.ecore plug-in I've committed the new plug-in.
The bug can be marked has fixed.
Created attachment 211665 [details] This patch provides the a Facet to replace the LabelColumn in the table (1) I, Vincent Lorenzo, wrote 100% of the code I've provided. (2) This code contains no cryptography (3) I have the right to contribute the code to Eclipse. (4) I contribute the content under the EPL.
Comment on attachment 211665 [details] This patch provides the a Facet to replace the LabelColumn in the table The label query already exits in the customization component: org.eclipse.emf.facet.custom.ui.internal.query.LabelQuery. The facetOperation 'commoncustomproperties::CustomizedEObject::label()' must be used. Using the parameter facetManager of the method org.eclipse.emf.facet.query.java.core.IJavaQuery2.evaluate(T, IParameterValueList2, IFacetManager).
Created attachment 211739 [details] This patch provides the self column (used for [Label] for example). + add the attribute changeable="false" to the other facets (1) I, Vincent Lorenzo, wrote 100% of the code I've provided. (2) This code contains no cryptography (3) I have the right to contribute the code to Eclipse. (4) I contribute the content under the EPL.
Comment on attachment 211739 [details] This patch provides the self column (used for [Label] for example). + add the attribute changeable="false" to the other facets This patch is smaller than 250 lines (36 lines). I've then committed this patch. Committed revision 1691.
This bug can be closed.