Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Pascual2014-07-18 12:44:15 +0000
committerGabriel Pascual2014-08-07 16:57:14 +0000
commit710fffcfa0d6982000e4c6ce048b032945f21ea3 (patch)
treeb0e06c19d7203e1b417a9d6f641ea5588ec3d5b1 /plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml
parentdbfb2fe457b59af141c65fadaba6b06384727f67 (diff)
downloadorg.eclipse.papyrus-710fffcfa0d6982000e4c6ce048b032945f21ea3.tar.gz
org.eclipse.papyrus-710fffcfa0d6982000e4c6ce048b032945f21ea3.tar.xz
org.eclipse.papyrus-710fffcfa0d6982000e4c6ce048b032945f21ea3.zip
374050: [Properties view] Manage interfaces for ports does not refresh
"provided" and "required" interfaces immediatly https://bugs.eclipse.org/bugs/show_bug.cgi?id=374050 Composite diagram : - Add adapter for derived attribute - Add actions (add and remove) on observable list of properties view - Connected menu action Interface Manager and Properties view - Refactor Manage interface Handler and UI - Fix several bugs about NewElementRepresentation handling during commands execution. - Clean dependencies after refactor - Manage strictly adapters Change-Id: I3635b1a94f53acb3ef592b741afe76c13d767093 Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net>
Diffstat (limited to 'plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml')
-rw-r--r--plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml b/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml
index 773dfa54098..7767ab31c04 100644
--- a/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml
+++ b/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml
@@ -355,7 +355,7 @@
-->
<extension point="org.eclipse.ui.handlers">
- <handler commandId="org.eclipse.papyrus.sysml.diagram.internalblock.command.manage.interfaces" class="org.eclipse.papyrus.sysml.diagram.internalblock.handler.ManageProvidedInterfacesHandler">
+ <handler commandId="org.eclipse.papyrus.sysml.diagram.internalblock.command.manage.interfaces" class="org.eclipse.papyrus.sysml.diagram.internalblock.handler.InternalBlockManageInterfacesHandler">
<activeWhen>
<and>
<with variable="selection">

Back to the top