Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layers/org.eclipse.papyrus.layers.ui/properties/ui/SingleCustomLayerOperator.xwt')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.ui/properties/ui/SingleCustomLayerOperator.xwt31
1 files changed, 31 insertions, 0 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.ui/properties/ui/SingleCustomLayerOperator.xwt b/extraplugins/layers/org.eclipse.papyrus.layers.ui/properties/ui/SingleCustomLayerOperator.xwt
new file mode 100644
index 00000000000..e349cdc9b44
--- /dev/null
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.ui/properties/ui/SingleCustomLayerOperator.xwt
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Composite xmlns:x="http://www.eclipse.org/xwt" xmlns="http://www.eclipse.org/xwt/presentation"
+ xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets"
+ xmlns:j="clr-namespace:java.lang"
+ xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout">
+ <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:LayerExpression:name"></ppe:StringEditor>
+ <ppe:StringEditor input="{Binding}"
+ property="layers:LayerExpression:description"></ppe:StringEditor>
+ </Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:BooleanCheckbox input="{Binding}"
+ property="layers:LayerExpression:isLayerEnabled"></ppe:BooleanCheckbox>
+ </Composite>
+ <Composite>
+ <Composite.layout>
+ <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:ReferenceLabel input="{Binding}"
+ property="layers:ApplicationDependantElement:application" readOnly="true"></ppe:ReferenceLabel>
+ </Composite>
+</Composite> \ No newline at end of file

Back to the top