Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d521a0f702ffc033be9d25c4a50bac1fe89f7048 (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<modelCellEditor:ModelCellEditorDeclarations xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" 
    xmlns:modelCellEditor="http://www.eclipse.org/EMF_Facet/ModelCellEditor/0.1.0/modelCellEditor">
  <modelCellEditors xsi:type="modelCellEditor:BasicCellEditor" cellId="iimage_cell" basicCellEditorImpl="org.eclipse.papyrus.emf.facet.custom.sdk.ui.internal.widgets.celleditors.ImageCellEditor">
    <cellType xsi:type="ecore:EDataType" href="http://www.eclipse.org/papyrus/emf/facet/custom/0.2.incubation/custom_primitive_types#//Image"/>
  </modelCellEditors>
</modelCellEditor:ModelCellEditorDeclarations>

Back to the top