Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] about the override files

Hi:
   I'm a new guy in eclipse VE development .I want to know what's the Mechanism of the override files.Specially what does these tag such as "cellEditorClassname" and "labelProviderClassname"mean ?  and what's the content of them mean such as  cellEditorClassname=" org.eclipse.ve.java.core/org.eclipse.ve.internal.java.core.BeanFeatureEditor:org.eclipse.ve.internal.jfc.beaninfo.ColorEditor" labelProviderClassname="org.eclipse.ve.java.core/org.eclipse.ve.internal.java.core.BeanCellRenderer: org.eclipse.ve.internal.jfc.beaninfo.ColorEditor".
  The whole file is the following :
  <?xml version="1.0" encoding="UTF-8"?>
<change:ChangeDescription xmlns:codeGenHelpers="platform:/plugin/org.eclipse.ve.java.core/overrides/codegenHelpers.ecore" xmlns: org.eclipse.ve.internal.cde.decorators="http:///org/eclipse/ve/internal/cde/decorators.ecore" xmlns:xmi="http://www.omg.org/XMI " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:change="http://www.eclipse.org/emf/2003/Change " xmi:version="2.0">
   <objectChanges key="X:ROOT#//@root">
      <value featureName="eAnnotations">
         <listChanges referenceValues="_eAnnotations"/>
      </value>
   </objectChanges>
   <objectsToAttach cellEditorClassname="org.eclipse.ve.java.core/org.eclipse.ve.internal.java.core.BeanFeatureEditor: org.eclipse.ve.internal.jfc.beaninfo.ColorEditor" labelProviderClassname="org.eclipse.ve.java.core/org.eclipse.ve.internal.java.core.BeanCellRenderer:org.eclipse.ve.internal.jfc.beaninfo.ColorEditor" xmi:id="_eAnnotations" xsi:type="org.eclipse.ve.internal.cde.decorators:BasePropertyDecorator"/>
</change:ChangeDescription>


                                        thank you !
                                                   Robbin

Back to the top