Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Noyrit2016-12-01 11:33:10 +0000
committerGerrit Code Review @ Eclipse.org2016-12-01 16:38:10 +0000
commit2e04fe040ac178d6ffca906fd6bf4664fe8ba97d (patch)
treeb1f2d8d15d88db0810dbb7d918f2720a557050ae /plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleStructuredClassifier.xwt
parente1e70ada015626617b297071a189ebde3fcb2f34 (diff)
downloadorg.eclipse.papyrus-2e04fe040ac178d6ffca906fd6bf4664fe8ba97d.tar.gz
org.eclipse.papyrus-2e04fe040ac178d6ffca906fd6bf4664fe8ba97d.tar.xz
org.eclipse.papyrus-2e04fe040ac178d6ffca906fd6bf4664fe8ba97d.zip
Bug 508453 - Remove superfluous UML properties from default
configuration and add missing ones. Removed UML:RedefinableElement:isLeaf for all UML:RedefinableElement (both for single and multiple selection). Added UML:Interface:ownedOperation and UML:Interface:ownedReception fields to UML:Interface. Added UML:Class:ownedReception field to UML:Class and improved fields layout. Change-Id: If3052b46b25789da7526838b6533822010c4f6c2
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleStructuredClassifier.xwt')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleStructuredClassifier.xwt44
1 files changed, 21 insertions, 23 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleStructuredClassifier.xwt b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleStructuredClassifier.xwt
index d504dd038f4..ab537fd3f02 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleStructuredClassifier.xwt
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/ui/MultipleStructuredClassifier.xwt
@@ -1,23 +1,21 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
- xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
- xmlns:x="http://www.eclipse.org/xwt" xmlns:j="clr-namespace:java.lang"
- xmlns="http://www.eclipse.org/xwt/presentation">
- <Composite.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Composite.layout>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:BooleanRadio input="{Binding}" property="UML:Classifier:isAbstract"></ppe:BooleanRadio>
- <ppe:BooleanRadio input="{Binding}"
- property="UML:RedefinableElement:isLeaf"></ppe:BooleanRadio>
- </Composite>
- <Composite>
- <Composite.layout>
- <ppel:PropertiesLayout></ppel:PropertiesLayout>
- </Composite.layout>
- <ppe:EnumCombo input="{Binding}" property="UML:NamedElement:visibility"></ppe:EnumCombo>
- </Composite>
-</Composite>
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns="http://www.eclipse.org/xwt/presentation"
+ xmlns:j="clr-namespace:java.lang" xmlns:ppe="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.infra.properties.ui.widgets.layout"
+ xmlns:x="http://www.eclipse.org/xwt">
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:BooleanRadio input="{Binding}" property="UML:Classifier:isAbstract"></ppe:BooleanRadio>
+ </Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:EnumCombo input="{Binding}" property="UML:NamedElement:visibility"></ppe:EnumCombo>
+ </Composite>
+</Composite> \ No newline at end of file

Back to the top