Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2013-07-16 12:18:56 +0000
committerVincent Lorenzo2013-07-16 12:41:46 +0000
commit921c1336fd23bb2c9111a7f0ec96599e62a83343 (patch)
tree3b7bcf74904f9bcf20a095f9958e57cafae1d10a /tests/junit
parent0c692799e070d0c6e568fd771d15ee0397d154df (diff)
downloadorg.eclipse.papyrus-921c1336fd23bb2c9111a7f0ec96599e62a83343.tar.gz
org.eclipse.papyrus-921c1336fd23bb2c9111a7f0ec96599e62a83343.tar.xz
org.eclipse.papyrus-921c1336fd23bb2c9111a7f0ec96599e62a83343.zip
412841: [Table 2] Table metamodel must have a Cell Element to allow to
store specific information for a specific cell https://bugs.eclipse.org/bugs/show_bug.cgi?id=412841 Add a method in NattableModelManager to find easily the cells objects registered in the table model from the row and the column elements. + contribute to the TableContentsAdviceHelepr to destroy cells from the model when it is required
Diffstat (limited to 'tests/junit')
-rw-r--r--tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor.tests/resources/My.nattablecell2
-rw-r--r--tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor.tests/resources/My.nattableproblem2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor.tests/resources/My.nattablecell b/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor.tests/resources/My.nattablecell
new file mode 100644
index 00000000000..a258211653b
--- /dev/null
+++ b/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor.tests/resources/My.nattablecell
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<nattablecell:Cell xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:nattablecell="http://www.eclipse.org/papyrus/nattable/model/table/nattablecell"/>
diff --git a/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor.tests/resources/My.nattableproblem b/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor.tests/resources/My.nattableproblem
new file mode 100644
index 00000000000..c38a42d9fab
--- /dev/null
+++ b/tests/junit/extraplugins/table/org.eclipse.papyrus.infra.nattable.model.editor.tests/resources/My.nattableproblem
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<nattableproblem:Problem xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:nattableproblem="http://www.eclipse.org/papyrus/nattable/model/table/nattableproblem"/>

Back to the top