From db5416e0ec101312809a7cf4b2ae140c2bb99cdb Mon Sep 17 00:00:00 2001 From: Remi Schnekenburger Date: Thu, 7 Aug 2014 18:17:55 +0200 Subject: Bug 411009 -[UML RT] Provide tooling support for the UML-RT Profile Providing a basic version of the property view, based on the new version of the profile. Change-Id: Id4b528b335829d1ad8c66e4d919e6c3df564203f Signed-off-by: Remi Schnekenburger --- .../propertyView/UML-RT/ui/MultipleCapsule.xwt | 15 +- .../propertyView/UML-RT/ui/MultipleCapsulePart.xwt | 15 +- .../propertyView/UML-RT/ui/MultipleMessageSet.xwt | 17 - .../propertyView/UML-RT/ui/MultipleProtocol.xwt | 15 +- .../UML-RT/ui/MultipleProtocolContainer.xwt | 8 + .../UML-RT/ui/MultipleProtocolPackage.xwt | 9 - .../propertyView/UML-RT/ui/MultipleRTConnector.xwt | 15 +- .../UML-RT/ui/MultipleRTMessageSet.xwt | 16 + .../propertyView/UML-RT/ui/MultipleRTPort.xwt | 49 ++- .../UML-RT/ui/MultipleRTRExcludedElement.xwt | 15 +- .../UML-RT/ui/MultipleTriggerEvent.xwt | 16 - .../propertyView/UML-RT/ui/SingleCapsule.xwt | 15 +- .../propertyView/UML-RT/ui/SingleCapsulePart.xwt | 15 +- .../propertyView/UML-RT/ui/SingleMessageSet.xwt | 17 - .../propertyView/UML-RT/ui/SingleProtocol.xwt | 15 +- .../UML-RT/ui/SingleProtocolContainer.xwt | 8 + .../UML-RT/ui/SingleProtocolPackage.xwt | 9 - .../propertyView/UML-RT/ui/SingleRTConnector.xwt | 15 +- .../propertyView/UML-RT/ui/SingleRTMessageSet.xwt | 16 + .../propertyView/UML-RT/ui/SingleRTPort.xwt | 63 ++-- .../UML-RT/ui/SingleRTRExcludedElement.xwt | 15 +- .../propertyView/UML-RT/ui/SingleTriggerEvent.xwt | 16 - .../propertyView/UML-RT/uml-rt.ctx | 388 ++++++++++----------- 23 files changed, 356 insertions(+), 426 deletions(-) delete mode 100644 extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleMessageSet.xwt create mode 100644 extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocolContainer.xwt delete mode 100644 extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocolPackage.xwt create mode 100644 extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTMessageSet.xwt delete mode 100644 extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleTriggerEvent.xwt delete mode 100644 extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleMessageSet.xwt create mode 100644 extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocolContainer.xwt delete mode 100644 extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocolPackage.xwt create mode 100644 extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTMessageSet.xwt delete mode 100644 extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleTriggerEvent.xwt (limited to 'extraplugins/umlrt') diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleCapsule.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleCapsule.xwt index c902f6a4fb0..7b991ea3fdd 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleCapsule.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleCapsule.xwt @@ -1,9 +1,8 @@ - - - - - + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleCapsulePart.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleCapsulePart.xwt index c902f6a4fb0..7b991ea3fdd 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleCapsulePart.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleCapsulePart.xwt @@ -1,9 +1,8 @@ - - - - - + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleMessageSet.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleMessageSet.xwt deleted file mode 100644 index 694233f06bb..00000000000 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleMessageSet.xwt +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocol.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocol.xwt index c902f6a4fb0..7b991ea3fdd 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocol.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocol.xwt @@ -1,9 +1,8 @@ - - - - - + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocolContainer.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocolContainer.xwt new file mode 100644 index 00000000000..7b991ea3fdd --- /dev/null +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocolContainer.xwt @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocolPackage.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocolPackage.xwt deleted file mode 100644 index c902f6a4fb0..00000000000 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleProtocolPackage.xwt +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTConnector.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTConnector.xwt index c902f6a4fb0..7b991ea3fdd 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTConnector.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTConnector.xwt @@ -1,9 +1,8 @@ - - - - - + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTMessageSet.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTMessageSet.xwt new file mode 100644 index 00000000000..3b271304ad0 --- /dev/null +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTMessageSet.xwt @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTPort.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTPort.xwt index db78cdc39ff..c2175d3e843 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTPort.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTPort.xwt @@ -1,26 +1,25 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTRExcludedElement.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTRExcludedElement.xwt index c902f6a4fb0..7b991ea3fdd 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTRExcludedElement.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleRTRExcludedElement.xwt @@ -1,9 +1,8 @@ - - - - - + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleTriggerEvent.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleTriggerEvent.xwt deleted file mode 100644 index f72c2643d52..00000000000 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/MultipleTriggerEvent.xwt +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleCapsule.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleCapsule.xwt index c902f6a4fb0..7b991ea3fdd 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleCapsule.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleCapsule.xwt @@ -1,9 +1,8 @@ - - - - - + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleCapsulePart.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleCapsulePart.xwt index c902f6a4fb0..7b991ea3fdd 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleCapsulePart.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleCapsulePart.xwt @@ -1,9 +1,8 @@ - - - - - + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleMessageSet.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleMessageSet.xwt deleted file mode 100644 index 694233f06bb..00000000000 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleMessageSet.xwt +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocol.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocol.xwt index c902f6a4fb0..7b991ea3fdd 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocol.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocol.xwt @@ -1,9 +1,8 @@ - - - - - + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocolContainer.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocolContainer.xwt new file mode 100644 index 00000000000..7b991ea3fdd --- /dev/null +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocolContainer.xwt @@ -0,0 +1,8 @@ + + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocolPackage.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocolPackage.xwt deleted file mode 100644 index c902f6a4fb0..00000000000 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleProtocolPackage.xwt +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTConnector.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTConnector.xwt index c902f6a4fb0..7b991ea3fdd 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTConnector.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTConnector.xwt @@ -1,9 +1,8 @@ - - - - - + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTMessageSet.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTMessageSet.xwt new file mode 100644 index 00000000000..3b271304ad0 --- /dev/null +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTMessageSet.xwt @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTPort.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTPort.xwt index 7ea0c27e510..da5ad7b5995 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTPort.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTPort.xwt @@ -1,33 +1,32 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTRExcludedElement.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTRExcludedElement.xwt index c902f6a4fb0..7b991ea3fdd 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTRExcludedElement.xwt +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleRTRExcludedElement.xwt @@ -1,9 +1,8 @@ - - - - - + + + + + \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleTriggerEvent.xwt b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleTriggerEvent.xwt deleted file mode 100644 index f72c2643d52..00000000000 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/ui/SingleTriggerEvent.xwt +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/uml-rt.ctx b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/uml-rt.ctx index 5e88d2a8fc0..bec6746237f 100644 --- a/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/uml-rt.ctx +++ b/extraplugins/umlrt/org.eclipse.papyrus.umlrt.properties/propertyView/UML-RT/uml-rt.ctx @@ -1,205 +1,183 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3