Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2015-11-02 09:58:30 +0000
committerGerrit Code Review @ Eclipse.org2015-11-09 15:52:08 +0000
commit497f16a775797baa8653382dd654a3bda604c784 (patch)
treed3d411559603659938d709e40d104364503816e7 /plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/plugin.xml
parentdcec0f568a79df8e9ded11919402dd1a537985d4 (diff)
downloadorg.eclipse.papyrus-497f16a775797baa8653382dd654a3bda604c784.tar.gz
org.eclipse.papyrus-497f16a775797baa8653382dd654a3bda604c784.tar.xz
org.eclipse.papyrus-497f16a775797baa8653382dd654a3bda604c784.zip
bug 481009: [Table] [StereotypeDisplayTreeTable] creation menu seems always enabled even if the selection is outside a diagram
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr> Change-Id: I6609d999a9922ea82a211fc53a9af1162cf6069e
Diffstat (limited to 'plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/plugin.xml')
-rw-r--r--plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/plugin.xml b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/plugin.xml
index 1a2dccc39e3..39b1ac35e96 100644
--- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/plugin.xml
+++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/plugin.xml
@@ -80,5 +80,12 @@
</labelProviderContext>
</labelProvider>
</extension>
+ <extension
+ point="org.eclipse.papyrus.infra.nattable.tester">
+ <tester
+ class="org.eclipse.papyrus.uml.nattable.stereotype.display.tester.IsViewFromUMLElement"
+ id="org.eclipse.papyrus.uml.nattable.stereotype.display.tester">
+ </tester>
+ </extension>
</plugin>

Back to the top