Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layers/org.eclipse.papyrus.layers.ui/properties/ui/SingleFontPropertySetter.xwt')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.ui/properties/ui/SingleFontPropertySetter.xwt23
1 files changed, 23 insertions, 0 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.ui/properties/ui/SingleFontPropertySetter.xwt b/extraplugins/layers/org.eclipse.papyrus.layers.ui/properties/ui/SingleFontPropertySetter.xwt
new file mode 100644
index 00000000000..afd331005da
--- /dev/null
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.ui/properties/ui/SingleFontPropertySetter.xwt
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.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="1"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:StringEditor input="{Binding}"
+ property="layers:PropertySetter:propertyName"></ppe:StringEditor>
+ </Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:ReferenceDialog input="{Binding}"
+ property="layers:PropertySetter:property"></ppe:ReferenceDialog>
+ </Composite>
+</Composite> \ No newline at end of file

Back to the top