Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/org.eclipse.papyrus.uml.table.widgets.celleditors/resources/umlCellEditors.modelcelleditors')
-rw-r--r--deprecated/org.eclipse.papyrus.uml.table.widgets.celleditors/resources/umlCellEditors.modelcelleditors33
1 files changed, 33 insertions, 0 deletions
diff --git a/deprecated/org.eclipse.papyrus.uml.table.widgets.celleditors/resources/umlCellEditors.modelcelleditors b/deprecated/org.eclipse.papyrus.uml.table.widgets.celleditors/resources/umlCellEditors.modelcelleditors
new file mode 100644
index 00000000000..68ecb177710
--- /dev/null
+++ b/deprecated/org.eclipse.papyrus.uml.table.widgets.celleditors/resources/umlCellEditors.modelcelleditors
@@ -0,0 +1,33 @@
+<?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="uml_boolean_cell_papyrus" basicCellEditorImpl="org.eclipse.papyrus.uml.table.widget.celleditors.editors.BooleanCellEditor">
+ <cellType xsi:type="ecore:EDataType" href="http://www.eclipse.org/uml2/4.0.0/Types#//Boolean"/>
+ </modelCellEditors>
+ <modelCellEditors xsi:type="modelCellEditor:BasicCellEditor" cellId="uml_string_cell_papyrus" basicCellEditorImpl="org.eclipse.papyrus.uml.table.widget.celleditors.editors.StringMultiCellEditor">
+ <cellType xsi:type="ecore:EDataType" href="http://www.eclipse.org/uml2/4.0.0/Types#//String"/>
+ </modelCellEditors>
+ <modelCellEditors xsi:type="modelCellEditor:BasicCellEditor" cellId="uml_int_cell_papyrus" basicCellEditorImpl="org.eclipse.papyrus.uml.table.widget.celleditors.editors.IntCellEditor">
+ <cellType xsi:type="ecore:EDataType" href="http://www.eclipse.org/uml2/4.0.0/Types#//Integer"/>
+ </modelCellEditors>
+ <modelCellEditors xsi:type="modelCellEditor:UnaryReferenceCellEditor" cellId="uml_enumeration_literal_cell_papyrus" unaryReferenceCellEditorImpl="org.eclipse.papyrus.uml.table.widget.celleditors.editors.EnumerationLiteralCellEditor">
+ <cellType xsi:type="ecore:EClass" href="http://www.eclipse.org/uml2/4.0.0/UML#//EnumerationLiteral"/>
+ </modelCellEditors>
+ <modelCellEditors xsi:type="modelCellEditor:BasicCellEditor" cellId="uml_unlimited_natural_cell_papyrus" basicCellEditorImpl="org.eclipse.papyrus.uml.table.widget.celleditors.editors.LiteralUnlimitedNaturalCellEditor">
+ <cellType xsi:type="ecore:EDataType" href="http://www.eclipse.org/uml2/4.0.0/Types#//UnlimitedNatural"/>
+ </modelCellEditors>
+ <modelCellEditors xsi:type="modelCellEditor:UnaryReferenceCellEditor" cellId="uml_unary_reference_cell_papyrus" unaryReferenceCellEditorImpl="org.eclipse.papyrus.uml.table.widget.celleditors.editors.UnaryReferencePapyrusCellEditor">
+ <cellType xsi:type="ecore:EClass" href="http://www.eclipse.org/uml2/4.0.0/UML#//Element"/>
+ </modelCellEditors>
+ <modelCellEditors xsi:type="modelCellEditor:UnaryReferenceCellEditor" cellId="ecore_unary_reference_cell_papyrus" unaryReferenceCellEditorImpl="org.eclipse.papyrus.uml.table.widget.celleditors.editors.UnaryReferencePapyrusCellEditor">
+ <cellType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
+ </modelCellEditors>
+ <modelCellEditors xsi:type="modelCellEditor:BasicCellEditor" cellId="emf_enumerator_cell_papyrus" basicCellEditorImpl="org.eclipse.papyrus.uml.table.widget.celleditors.editors.EnumeratorEditor">
+ <cellType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EEnumerator"/>
+ </modelCellEditors>
+ <modelCellEditors xsi:type="modelCellEditor:NaryFeatureCellEditor" cellId="uml_nary_reference_cell_papyrus" naryFeatureCellEditorImpl="org.eclipse.papyrus.uml.table.widget.celleditors.editors.NaryReferencePapyrusCellEditor">
+ <cellType xsi:type="ecore:EClass" href="http://www.eclipse.org/uml2/4.0.0/UML#//Element"/>
+ </modelCellEditors>
+ <modelCellEditors xsi:type="modelCellEditor:NaryFeatureCellEditor" cellId="ecore_nary_reference_cell_papyrus" naryFeatureCellEditorImpl="org.eclipse.papyrus.uml.table.widget.celleditors.editors.NaryReferencePapyrusCellEditor">
+ <cellType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
+ </modelCellEditors>
+</modelCellEditor:ModelCellEditorDeclarations>

Back to the top