Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2015-12-11 10:51:29 +0000
committerGerrit Code Review @ Eclipse.org2016-01-12 12:51:15 +0000
commit7c5f20d4e792268fd347757e72f0e06f951a8884 (patch)
treebf381aee98d4921ad63e40af053402822788efe4 /plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml
parentb03213ac35f6c0f3bb9702558d3d3c58c2e39ef8 (diff)
downloadorg.eclipse.papyrus-7c5f20d4e792268fd347757e72f0e06f951a8884.tar.gz
org.eclipse.papyrus-7c5f20d4e792268fd347757e72f0e06f951a8884.tar.xz
org.eclipse.papyrus-7c5f20d4e792268fd347757e72f0e06f951a8884.zip
Bug 484185: [Table] EOperation must be managed in table
https://bugs.eclipse.org/bugs/show_bug.cgi?id=484185 - Change the nattable configurations - Change the axis creation for tree table categories (to manage the operations) - Change the provider for parameters in operation (simplify the type name) - Correctly manage the operation label providers in plugin.xml Change-Id: Id870fb3011b4e8534a5bf96670e40a0926ddce2b Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml
index 55cde3dde08..3f5d715c510 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/plugin.xml
@@ -967,6 +967,10 @@
id="org.eclipse.papyrus.infra.nattable.header.feature.labelprovider">
</context>
<context
+ description="Context for operation in the header of the axis"
+ id="org.eclipse.papyrus.infra.nattable.header.operation.labelprovider">
+ </context>
+ <context
description="Context for the body of the table"
id="org.eclipse.papyrus.infra.nattable.body.labelprovider">
</context>

Back to the top