Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2010-07-20 06:58:10 +0000
committervlorenzo2010-07-20 06:58:10 +0000
commit44f7aa878f1de289f682f9ad5f33f126c17231f4 (patch)
tree20a6876bbd27f9627cd550c9ccbfafe134b907c7 /plugins/developer/org.eclipse.papyrus.gmfgenextension/plugin.xml
parent754b94841c9d8ff104cf889b5c6c46cb72978150 (diff)
downloadorg.eclipse.papyrus-44f7aa878f1de289f682f9ad5f33f126c17231f4.tar.gz
org.eclipse.papyrus-44f7aa878f1de289f682f9ad5f33f126c17231f4.tar.xz
org.eclipse.papyrus-44f7aa878f1de289f682f9ad5f33f126c17231f4.zip
NEW - bug 320348: [Generative Tools] A pop-up action would be helpful to automate the creation of GenNode CustomBehavior for Show/Hide the Compartments
https://bugs.eclipse.org/bugs/show_bug.cgi?id=320348
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.gmfgenextension/plugin.xml')
-rw-r--r--plugins/developer/org.eclipse.papyrus.gmfgenextension/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.gmfgenextension/plugin.xml b/plugins/developer/org.eclipse.papyrus.gmfgenextension/plugin.xml
index 75551a64e3a..107a35766b0 100644
--- a/plugins/developer/org.eclipse.papyrus.gmfgenextension/plugin.xml
+++ b/plugins/developer/org.eclipse.papyrus.gmfgenextension/plugin.xml
@@ -53,6 +53,18 @@
</objectClass>
</enablement>
</action>
+ <action
+ class="org.eclipse.papyrus.papyrusgmfgenextension.popupaction.AddNodeShowHideCompartmentBehavior"
+ enablesFor="*"
+ id="org.eclipse.papyrus.papyrusgmfgenextension.popupaction.AddNodeShowHideBehavior"
+ label="Add behavior to show/hide compartments"
+ menubarPath="org.eclipse.papyrus.papyrusgmfgenextension.popupaction.MenuPapyrus/AddNodeShowHideBehavior">
+ <enablement>
+ <objectClass
+ name="org.eclipse.gmf.codegen.gmfgen.GenNode">
+ </objectClass>
+ </enablement>
+ </action>
<action
class="org.eclipse.papyrus.papyrusgmfgenextension.popupaction.AddGenLinkStereotypeDisplayBehavior"

Back to the top