Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'cdo/bundles/org.eclipse.papyrus.cdo.security.properties/properties/ui/SingleExpressionFilter.xwt')
-rwxr-xr-xcdo/bundles/org.eclipse.papyrus.cdo.security.properties/properties/ui/SingleExpressionFilter.xwt17
1 files changed, 17 insertions, 0 deletions
diff --git a/cdo/bundles/org.eclipse.papyrus.cdo.security.properties/properties/ui/SingleExpressionFilter.xwt b/cdo/bundles/org.eclipse.papyrus.cdo.security.properties/properties/ui/SingleExpressionFilter.xwt
new file mode 100755
index 00000000..63527d50
--- /dev/null
+++ b/cdo/bundles/org.eclipse.papyrus.cdo.security.properties/properties/ui/SingleExpressionFilter.xwt
@@ -0,0 +1,17 @@
+<?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 numColumns="1"></ppel:PropertiesLayout>
+ </Composite.layout>
+ <ppe:ReferenceDialog input="{Binding}"
+ property="security:ExpressionFilter:expression"></ppe:ReferenceDialog>
+ </Composite>
+</Composite> \ No newline at end of file

Back to the top