From 659f9609187e0ada22c6451d7a4927efa5a14583 Mon Sep 17 00:00:00 2001 From: vlorenzo Date: Mon, 29 Apr 2013 13:20:51 +0000 Subject: 401764: [Table 2] The classes managing the table model and Nattable must be refactored https://bugs.eclipse.org/bugs/show_bug.cgi?id=401764 Correct a small name error in the table metamodel + fix the customization of the header and the label according to the new table metamodel + fix table icon problem --- sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml') diff --git a/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml b/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml index 8499ea7f208..d05df3969a7 100644 --- a/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml +++ b/sandbox/TableV3/org.eclipse.papyrus.infra.nattable/plugin.xml @@ -165,7 +165,7 @@ variable="selection"> @@ -180,7 +180,7 @@ variable="selection"> @@ -195,7 +195,7 @@ variable="selection"> @@ -210,7 +210,7 @@ variable="selection"> @@ -448,7 +448,7 @@ class="org.eclipse.papyrus.infra.nattable.utils.NattableWidgetPropertyTester" id="org.eclipse.papyrus.infra.nattable.tester" namespace="org.eclipse.papyrus.infra.nattable.tester" - properties="isNattableWidget, hasFeatureRowHeaderConfiguration, isFeatureColumnHeaderConfiguration" + properties="isNattableWidget, hasFeatureRowHeaderConfiguration, hasFeatureColumnHeaderConfiguration" type="org.eclipse.jface.viewers.IStructuredSelection"> -- cgit v1.2.3